mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 11:10:44 +00:00
Add new test macro
This commit is contained in:
parent
ea716ef33f
commit
85da802355
@ -45,6 +45,7 @@ To turn off the the test macros.
|
|||||||
#define DEBUGFW DEBUGW <<QString("%1[%2]%3").arg(QFileInfo( __FILE__).baseName()).arg(__LINE__).arg(__func__)
|
#define DEBUGFW DEBUGW <<QString("%1[%2]%3").arg(QFileInfo( __FILE__).baseName()).arg(__LINE__).arg(__func__)
|
||||||
#define DEBUGT DEBUGQ <<QString("%1 %2[%3]%4").arg(QDateTime::currentDateTime().time().toString("hh:mm:ss.zzz")).arg(QFileInfo( __FILE__).baseName()).arg(__LINE__)
|
#define DEBUGT DEBUGQ <<QString("%1 %2[%3]%4").arg(QDateTime::currentDateTime().time().toString("hh:mm:ss.zzz")).arg(QFileInfo( __FILE__).baseName()).arg(__LINE__)
|
||||||
#define DEBUGTF DEBUGQ <<QString("%1 %2[%3]%4").arg(QDateTime::currentDateTime().time().toString("hh:mm:ss.zzz")).arg(QFileInfo( __FILE__).baseName()).arg(__LINE__).arg(__func__)
|
#define DEBUGTF DEBUGQ <<QString("%1 %2[%3]%4").arg(QDateTime::currentDateTime().time().toString("hh:mm:ss.zzz")).arg(QFileInfo( __FILE__).baseName()).arg(__LINE__).arg(__func__)
|
||||||
|
#define DEBUGTFW DEBUGW <<QString("%1 %2[%3]%4").arg(QDateTime::currentDateTime().time().toString("hh:mm:ss.zzz")).arg(QFileInfo( __FILE__).baseName()).arg(__LINE__).arg(__func__)
|
||||||
|
|
||||||
// Do nothing
|
// Do nothing
|
||||||
#define Z( EXPRESSION ) /* comment out display of variable */
|
#define Z( EXPRESSION ) /* comment out display of variable */
|
||||||
@ -110,6 +111,7 @@ To turn off the the test macros.
|
|||||||
#define DEBUGFW
|
#define DEBUGFW
|
||||||
#define DEBUGT
|
#define DEBUGT
|
||||||
#define DEBUGTF
|
#define DEBUGTF
|
||||||
|
#define DEBUGTFW
|
||||||
|
|
||||||
#define Z( XX )
|
#define Z( XX )
|
||||||
#define ZZ( XX , YY)
|
#define ZZ( XX , YY)
|
||||||
|
Loading…
Reference in New Issue
Block a user