aboutsummaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/sqlitestudiocli/climsghandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'SQLiteStudio3/sqlitestudiocli/climsghandler.h')
-rw-r--r--SQLiteStudio3/sqlitestudiocli/climsghandler.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/SQLiteStudio3/sqlitestudiocli/climsghandler.h b/SQLiteStudio3/sqlitestudiocli/climsghandler.h
new file mode 100644
index 0000000..e2f184e
--- /dev/null
+++ b/SQLiteStudio3/sqlitestudiocli/climsghandler.h
@@ -0,0 +1,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