mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
[AFV] Ref T739, cmd.line args for "no audio"
This commit is contained in:
committed by
Mat Sutcliffe
parent
0fa9bcb520
commit
5150fb4e86
@@ -11,6 +11,7 @@
|
||||
#include "blackcore/db/networkwatchdog.h"
|
||||
#include "blackcore/context/contextnetwork.h"
|
||||
#include "blackcore/context/contextsimulatorimpl.h"
|
||||
#include "blackcore/context/contextaudio.h"
|
||||
#include "blackcore/context/contextapplication.h"
|
||||
#include "blackcore/cookiemanager.h"
|
||||
#include "blackcore/corefacade.h"
|
||||
@@ -1312,7 +1313,12 @@ namespace BlackCore
|
||||
|
||||
void CApplication::addVatlibOptions()
|
||||
{
|
||||
this->addParserOptions(BlackCore::Context::IContextNetwork::getCmdLineOptions());
|
||||
this->addParserOptions(IContextNetwork::getCmdLineOptions());
|
||||
}
|
||||
|
||||
void CApplication::addAudioOptions()
|
||||
{
|
||||
this->addParserOptions(CContextAudioBase::getCmdLineOptions());
|
||||
}
|
||||
|
||||
QString CApplication::getCmdDBusAddressValue() const
|
||||
|
||||
Reference in New Issue
Block a user