mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 18:35:35 +08:00
[AFV] Ref T739 remove unused old coreaudio arguments
This commit is contained in:
@@ -302,7 +302,8 @@ namespace BlackCore
|
||||
static const QString launcher = CApplication::getExecutableForApplication(CApplicationInfo::Application::Laucher);
|
||||
if (launcher.isEmpty() || CApplication::isApplicationRunning(CApplicationInfo::Laucher)) { return false; }
|
||||
|
||||
const QStringList args = this->argumentsJoined({}, { "--dbus", "--core", "--coreaudio" });
|
||||
// const QStringList args = this->argumentsJoined({}, { "--dbus", "--core", "--coreaudio" });
|
||||
const QStringList args = this->argumentsJoined({}, { "--dbus", "--core" });
|
||||
return QProcess::startDetached(launcher, args);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user