aboutsummaryrefslogtreecommitdiff
path: root/src/debug_functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug_functions.h')
-rw-r--r--src/debug_functions.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/debug_functions.h b/src/debug_functions.h
new file mode 100644
index 00000000..992ad37b
--- /dev/null
+++ b/src/debug_functions.h
@@ -0,0 +1,6 @@
+#pragma once
+
+#include <QString>
+
+void call_error(QString message);
+void call_notice(QString message);