summaryrefslogtreecommitdiffstats
path: root/core/qt-gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/qt-gui.h')
-rw-r--r--core/qt-gui.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/core/qt-gui.h b/core/qt-gui.h
new file mode 100644
index 000000000..92532d22f
--- /dev/null
+++ b/core/qt-gui.h
@@ -0,0 +1,15 @@
+#ifndef QT_GUI_H
+#define QT_GUI_H
+
+void init_qt_late();
+void init_ui();
+
+void run_ui();
+void exit_ui();
+
+#if defined(SUBSURFACE_MOBILE)
+#include <QQuickWindow>
+extern QObject *qqWindowObject;
+#endif
+
+#endif // QT_GUI_H