From 8cc0b6dbc14d26cd0fff14b7f0368b33433a0191 Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Wed, 11 Jul 2018 11:34:33 +0200 Subject: ssrf: add shared helper file add subsurface-helper.cpp to share functions between mobile and desktop move mobile qml registrations to a shared function (avoiding differences in registrations) Target is to replace current subsurface-desktop-main + subsurface-desktop-helper and subsurface-mobile-main + subsurface-mobile-helper with subsurface-*-main + subsurface-helper Signed-off-by: Jan Iversen --- core/qt-gui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'core/qt-gui.h') diff --git a/core/qt-gui.h b/core/qt-gui.h index 9bfe0e001..a1e608122 100644 --- a/core/qt-gui.h +++ b/core/qt-gui.h @@ -6,6 +6,7 @@ void init_qt_late(); void init_ui(); void run_ui(); +void register_qml_types(); void exit_ui(); void set_non_bt_addresses(); -- cgit v1.2.3-70-g09d2