[AFV] Ref T739, cmd.line args for "no audio"

This commit is contained in:
Klaus Basan
2019-10-27 01:47:07 +02:00
committed by Mat Sutcliffe
parent 0fa9bcb520
commit 5150fb4e86
6 changed files with 52 additions and 13 deletions

View File

@@ -264,18 +264,21 @@ namespace BlackCore
//! Add the VATLIB options
void addVatlibOptions();
//! Add the audio options
void addAudioOptions();
//! Private resource dir for developer's own resource files
QString getCmdSwiftPrivateSharedDir() const;
//! Delegates to QCommandLineParser::isSet
bool isParserOptionSet(const QString &option) const;
//! Called by installer?
bool isInstallerOptionSet() const;
//! Skip the single application check
bool skipSingleApplicationCheck() const;
//! Delegates to QCommandLineParser::isSet
bool isParserOptionSet(const QString &option) const;
//! Delegates to QCommandLineParser::isSet
bool isParserOptionSet(const QCommandLineOption &option) const;