summaryrefslogtreecommitdiffstats
path: root/subsurface-mobile-main.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-11-14 09:38:18 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-11-14 09:39:02 -0800
commit97fa1322025746d04813315992b7d87d6b782ce0 (patch)
tree1153c3258828a1ba3c90bca77b5751ca9e5c60c9 /subsurface-mobile-main.cpp
parent76d07635270bb3068b7d9a559b481d3c094f0d7b (diff)
downloadsubsurface-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-mobile-main.cpp')
-rw-r--r--subsurface-mobile-main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurface-mobile-main.cpp b/subsurface-mobile-main.cpp
index 4877f7e7e..6d412deed 100644
--- a/subsurface-mobile-main.cpp
+++ b/subsurface-mobile-main.cpp
@@ -57,6 +57,7 @@ int main(int argc, char **argv)
taglist_init_global();
init_ui();
loadPreferences();
+ init_proxy();
if (no_filenames) {
if (prefs.default_file_behavior == LOCAL_DEFAULT_FILE) {
QString defaultFile(prefs.default_filename);