2 lines
62 B
C
2 lines
62 B
C
#define DEBUG(x) (qDebug() << QString(__func__) << ": " << x)
|
#define DEBUG(x) (qDebug() << QString(__func__) << ": " << x)
|