Fix addnewtorrentdialog position

Fix messageBox position
This commit is contained in:
Chocobo1 2015-10-26 15:45:14 +08:00
parent 7eaa5987c8
commit de54fa2c30
5 changed files with 24 additions and 53 deletions

View file

@ -409,7 +409,7 @@ void Application::processParams(const QStringList &params)
param = param.trimmed();
// Process strings indicating options specified by the user.
if (param.startsWith(QLatin1String("@savePath="))) {
torrentParams.savePath = param.mid(10);
continue;