aboutsummaryrefslogtreecommitdiffstats
path: root/core/qt-gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/qt-gui.h')
-rw-r--r--core/qt-gui.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/qt-gui.h b/core/qt-gui.h
index 9bfe0e001..dc0fb2348 100644
--- a/core/qt-gui.h
+++ b/core/qt-gui.h
@@ -5,12 +5,14 @@
void init_qt_late();
void init_ui();
-void run_ui();
void exit_ui();
void set_non_bt_addresses();
#if defined(SUBSURFACE_MOBILE)
#include <QQuickWindow>
+void run_mobile_ui();
+#else
+void run_ui();
#endif
#endif // QT_GUI_H