diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-11-14 09:38:18 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-11-14 09:39:02 -0800 |
commit | 97fa1322025746d04813315992b7d87d6b782ce0 (patch) | |
tree | 1153c3258828a1ba3c90bca77b5751ca9e5c60c9 /subsurface-core/qt-gui.h | |
parent | 76d07635270bb3068b7d9a559b481d3c094f0d7b (diff) | |
download | subsurface-97fa1322025746d04813315992b7d87d6b782ce0.tar.gz |
Move proxy initialization into shared code
This way we can use the same code on desktop and mobile app.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface-core/qt-gui.h')
-rw-r--r-- | subsurface-core/qt-gui.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurface-core/qt-gui.h b/subsurface-core/qt-gui.h index ca038b145..bb381d1d3 100644 --- a/subsurface-core/qt-gui.h +++ b/subsurface-core/qt-gui.h @@ -5,6 +5,7 @@ void init_qt_late(); void init_ui(); +void init_proxy(); void run_ui(); void exit_ui(); |