#include "Debug.h"
#include "ResourceFinder.h"
#include <QString>
#include <QUrl>
#include <QMutex>
#include <QMutexLocker>
#include <QFile>
#include <QDir>
#include <QCoreApplication>
#include <QDateTime>
#include <QThreadStorage>
#include <cstdio>
Go to the source code of this file.
|
| QDebug & | getSVDebug () |
| |
| QDebug & | operator<< (QDebug &dbg, const std::string &s) |
| |
| std::ostream & | operator<< (std::ostream &target, const QString &str) |
| |
| std::ostream & | operator<< (std::ostream &target, const QUrl &u) |
| |
|
| static QThreadStorage< QDebug * > | debugs |
| |
| static QMutex | mutex |
| |
| static char * | prefix = 0 |
| |
◆ getSVDebug()
◆ operator<<() [1/3]
| QDebug& operator<< |
( |
QDebug & |
dbg, |
|
|
const std::string & |
s |
|
) |
| |
◆ operator<<() [2/3]
| std::ostream& operator<< |
( |
std::ostream & |
target, |
|
|
const QString & |
str |
|
) |
| |
◆ operator<<() [3/3]
| std::ostream& operator<< |
( |
std::ostream & |
target, |
|
|
const QUrl & |
u |
|
) |
| |
◆ debugs
| QThreadStorage<QDebug *> debugs |
|
static |
◆ mutex
◆ prefix