Don't set application name twice

It's an artifact introduced by commit b3c73b7868.
This commit is contained in:
Luís Pereira 2018-01-25 15:50:55 +00:00 committed by sledgehammer999
parent 409f972ad3
commit 397cd4bf60
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2

View file

@ -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)