mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-08 03:35:35 +08:00
@@ -8,7 +8,7 @@
|
||||
*/
|
||||
|
||||
#include "audioutils.h"
|
||||
#include "blackmisc/project.h"
|
||||
#include "blackmisc/buildconfig.h"
|
||||
#include <QProcess>
|
||||
|
||||
namespace BlackMisc
|
||||
@@ -17,7 +17,7 @@ namespace BlackMisc
|
||||
{
|
||||
bool startWindowsMixer()
|
||||
{
|
||||
if (!CProject::isRunningOnWindowsNtPlatform()) { return false; }
|
||||
if (!CBuildConfig::isRunningOnWindowsNtPlatform()) { return false; }
|
||||
QStringList parameterlist;
|
||||
return QProcess::startDetached("SndVol.exe", parameterlist);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user