Artificial stupidity
Wednesday, June 12, 2019
Disable qDebug in a single source
You can disable all qDebug() calls in a single source file by using this little macro:
#undef qDebug #define qDebug QNoDebug
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)