From 5ee47ed2076fbb6287f8561eec8366816ff6b1aa Mon Sep 17 00:00:00 2001 From: Black Hat Date: Sat, 22 Dec 2018 20:39:51 +0800 Subject: [PATCH] Fix #128. --- src/main.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main.cpp b/src/main.cpp index 66346f7..ca17cf3 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,6 +1,7 @@ #include #include #include +#include #include #include @@ -35,6 +36,8 @@ int main(int argc, char *argv[]) { } #endif + QNetworkProxyFactory::setUseSystemConfiguration(true); + QApplication app(argc, argv); app.setOrganizationName("ENCOM");