[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

@@ -38,6 +38,7 @@
#include <QObject>
#include <QString>
#include <QCommandLineOption>
// clazy:excludeall=const-signal-or-slot
@@ -198,6 +199,12 @@ namespace BlackCore
//! \todo WORKAROUND to hide the "local signals"
Afv::Clients::CAfvClient *afvClient() const { return m_voiceClient; }
//! Cmd.line arguments
static const QList<QCommandLineOption> &getCmdLineOptions();
//! No audio?
static bool isNoAudioSet();
// -------- parts which can run in core and GUI, referring to local voice client ------------
public slots: