Files
oak-editor/app/common/debug.h
T
2019-09-10 23:44:35 +10:00

9 lines
161 B
C

#ifndef DEBUG_H
#define DEBUG_H
#include <QDebug>
void DebugHandler(QtMsgType type, const QMessageLogContext &context, const QString &msg);
#endif // DEBUG_H