mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 16:23:07 -07:00
Remove curly braces
This commit is contained in:
parent
a1cad86bbf
commit
893ce32f1d
1 changed files with 1 additions and 2 deletions
|
@ -122,9 +122,8 @@ Application::Application(const QString &id, int &argc, char **argv)
|
|||
SettingsStorage::initInstance();
|
||||
Preferences::initInstance();
|
||||
|
||||
if (m_commandLineArgs.webUiPort > 0) { // it will be -1 when user did not set any value
|
||||
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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue