This commit is contained in:
2018-03-01 21:45:07 +01:00
parent 8003429547
commit e2b90b2fac
3 changed files with 26 additions and 9 deletions
+2 -1
View File
@@ -12,7 +12,8 @@
#include <QDebug>
#define myDebug qDebug() << __FILE__ << "(" << __LINE__ << ") - " << __PRETTY_FUNCTION__ << ":"
//#define myDebug qDebug() << __FILE__ << "(" << __LINE__ << ") - " << __PRETTY_FUNCTION__ << ":"
#define myDebug qDebug() << __FILE__ << "(" << __LINE__ << ") - " << __FUNCTION__ << ":"
#endif // COMMON_H