mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 09:19:01 +00:00
Changed: Split all parameters for Ryzom client
This commit is contained in:
parent
b0537df2e1
commit
f9150c850f
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ void CMainWindow::onPlayClicked()
|
|||
QStringList arguments;
|
||||
arguments << "-p";
|
||||
arguments << QString::number(profileIndex);
|
||||
arguments << profile.arguments;
|
||||
arguments << profile.arguments.split(' ');
|
||||
|
||||
bool started = QProcess::startDetached(profile.executable, arguments);
|
||||
|
||||
|
|
Loading…
Reference in a new issue