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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/qt-gui.h b/core/qt-gui.h
index dc0fb2348..8915b7ccd 100644
--- a/core/qt-gui.h
+++ b/core/qt-gui.h
@@ -10,7 +10,7 @@ void set_non_bt_addresses();
#if defined(SUBSURFACE_MOBILE)
#include <QQuickWindow>
-void run_mobile_ui();
+void run_mobile_ui(double initial_font_size);
#else
void run_ui();
#endif