blob: e2f184e673c441fe742d70bef264518341d7ef2e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#ifndef CLIMSGHANDLER_H
#define CLIMSGHANDLER_H
#include <QtDebug>
void cliMessageHandler(QtMsgType type, const QMessageLogContext &context, const QString &msg);
void setCliDebug(bool enabled);
#endif // CLIMSGHANDLER_H
|