added custom debug handler

This commit is contained in:
itsmattkc
2019-09-10 23:44:35 +10:00
parent 69ca2b2a50
commit 6dc62a8703
8 changed files with 50 additions and 6 deletions
+8
View File
@@ -0,0 +1,8 @@
#ifndef DEBUG_H
#define DEBUG_H
#include <QDebug>
void DebugHandler(QtMsgType type, const QMessageLogContext &context, const QString &msg);
#endif // DEBUG_H