From 5154d431f66f507ed86bd7f2bf308b85e112f43f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Pereira?= Date: Thu, 25 Jan 2018 15:50:55 +0000 Subject: [PATCH] Don't set application name twice It's an artifact introduced by commit b3c73b7868. --- src/app/application.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/application.cpp b/src/app/application.cpp index 379f0557a..31f1c1d01 100644 --- a/src/app/application.cpp +++ b/src/app/application.cpp @@ -128,7 +128,6 @@ Application::Application(const QString &id, int &argc, char **argv) if (m_commandLineArgs.webUiPort > 0) // it will be -1 when user did not set any value Preferences::instance()->setWebUiPort(m_commandLineArgs.webUiPort); - setApplicationName("qBittorrent"); initializeTranslation(); #if !defined(DISABLE_GUI)