Go to the documentation of this file.
23 #ifndef REMOTEPLUGINPROCESS_DEBUG_H
24 #define REMOTEPLUGINPROCESS_DEBUG_H
30 if (debugLevel >= 2) qDebug() << __FILE__ << __LINE__ << __func__
32 if (debugLevel >= 1) qCritical() << __FILE__ << __LINE__ << __func__
34 #define TRACE() while (0) qDebug()
35 #define BLAME() while (0) qDebug()