mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
[AFV] Ref T739, cmd.line args for "no audio"
This commit is contained in:
committed by
Mat Sutcliffe
parent
0fa9bcb520
commit
5150fb4e86
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user