diff options
author | jan Iversen <jani@apache.org> | 2018-07-11 11:34:33 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-07-12 08:08:00 -0700 |
commit | 8cc0b6dbc14d26cd0fff14b7f0368b33433a0191 (patch) | |
tree | 9186fb9f7088f93ae0d7e0550e879a7c15a3955c /core/qt-gui.h | |
parent | a56a7c51f656f9cd7fbcf00b2d0c19d0e74ec701 (diff) | |
download | subsurface-8cc0b6dbc14d26cd0fff14b7f0368b33433a0191.tar.gz |
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 <jani@apache.org>
Diffstat (limited to 'core/qt-gui.h')
-rw-r--r-- | core/qt-gui.h | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |