diff options
author | 2021-04-07 21:49:14 +0530 | |
---|---|---|
committer | 2021-04-07 21:49:14 +0530 | |
commit | f18731a298074aea5e43e8747fb37c620f9de986 (patch) | |
tree | 976889e66caf431d3bfe7d55d45372843ec791e2 /src/main.cpp | |
parent | b2bfcedca995d130ba670f20e8a2cb88e96ce750 (diff) | |
download | whatsie-f18731a298074aea5e43e8747fb37c620f9de986.tar.gz whatsie-f18731a298074aea5e43e8747fb37c620f9de986.zip |
clean up
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp index 7f93480..0a93f8e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -14,8 +14,6 @@ int main(int argc, char *argv[]) { - - QApplication app(argc, argv); app.setWindowIcon(QIcon(":/icons/app/icon-256.png")); //argv[argc++] = "--single-process"; @@ -44,7 +42,6 @@ int main(int argc, char *argv[]) } #endif - //QtWebEngine::initialize(); QWebEngineSettings::defaultSettings()->setAttribute(QWebEngineSettings::PluginsEnabled, true); QWebEngineSettings::defaultSettings()->setAttribute(QWebEngineSettings::DnsPrefetchEnabled, true); |