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