This commit is contained in:
Klaus Basan
2019-10-18 12:10:46 +02:00
parent b88bdee405
commit aaa5fc259a
6 changed files with 22 additions and 1 deletions

View File

@@ -192,7 +192,6 @@ namespace BlackCore
//! .unmute unmute BlackCore::Context::CContextAudio
//! .vol .volume volume 0..100 set volume BlackCore::Context::CContextAudio
//! </pre>
//! \copydoc IContext::parseCommandLine
virtual bool parseCommandLine(const QString &commandLine, const BlackMisc::CIdentifier &originator) override;
// ------------- DBus ---------------

View File

@@ -365,7 +365,10 @@ namespace BlackCore
//! Connect to receive raw fsd messages
virtual QMetaObject::Connection connectRawFsdMessageSignal(QObject *receiver, RawFsdMessageReceivedSlot rawFsdMessageReceivedSlot) = 0;
//! Cmd.line arguments
static const QList<QCommandLineOption> &getCmdLineOptions();
//! Client id and key from cmd.line
static bool getCmdLineClientIdAndKey(int &id, QString &key);
protected: