mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 00:16:51 +08:00
refs #883, fixes and formatting
* QProcess::startDetached is static, removed startNewProcess * QStringBuilder
This commit is contained in:
committed by
Mathew Sutcliffe
parent
455d9c7b7d
commit
7bc53ada3e
@@ -22,8 +22,7 @@ namespace BlackMisc
|
||||
bool startWindowsMixer()
|
||||
{
|
||||
if (!CBuildConfig::isRunningOnWindowsNtPlatform()) { return false; }
|
||||
QStringList parameterlist;
|
||||
return QProcess::startDetached("SndVol.exe", parameterlist);
|
||||
return QProcess::startDetached("SndVol.exe");
|
||||
}
|
||||
} // ns
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user