trikRuntime
|
#include <QtDebug>
Go to the source code of this file.
Macros | |
#define | QLOG_TRACE() if (1) {} else qDebug() |
#define | QLOG_DEBUG() if (1) {} else qDebug() |
#define | QLOG_INFO() if (1) {} else qDebug() |
#define | QLOG_WARN() if (1) {} else qDebug() |
#define | QLOG_ERROR() if (1) {} else qDebug() |
#define | QLOG_FATAL() if (1) {} else qDebug() |
#define QLOG_DEBUG | ( | ) | if (1) {} else qDebug() |
#define QLOG_ERROR | ( | ) | if (1) {} else qDebug() |
#define QLOG_FATAL | ( | ) | if (1) {} else qDebug() |
#define QLOG_INFO | ( | ) | if (1) {} else qDebug() |
#define QLOG_TRACE | ( | ) | if (1) {} else qDebug() |
#define QLOG_WARN | ( | ) | if (1) {} else qDebug() |