From 97fa1322025746d04813315992b7d87d6b782ce0 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 14 Nov 2015 09:38:18 -0800 Subject: Move proxy initialization into shared code This way we can use the same code on desktop and mobile app. Signed-off-by: Dirk Hohndel --- subsurface-mobile-main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'subsurface-mobile-main.cpp') 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); -- cgit v1.2.3-70-g09d2