mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 16:07:23 -06:00
@@ -996,7 +996,7 @@ int Application::exec()
|
||||
#endif // DISABLE_WEBUI
|
||||
|
||||
m_isProcessingParamsAllowed = true;
|
||||
for (const QBtCommandLineParameters ¶ms : m_paramsQueue)
|
||||
for (const QBtCommandLineParameters ¶ms : asConst(m_paramsQueue))
|
||||
processParams(params);
|
||||
m_paramsQueue.clear();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user