mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Doxygen
This commit is contained in:
@@ -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 ---------------
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user