mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 19:35:32 +08:00
Remark: Doxygen <70 warnings
This commit is contained in:
@@ -30,6 +30,7 @@ namespace BlackCore
|
||||
Q_CLASSINFO("D-Bus Interface", BLACKCORE_DBUSERVER_SERVICENAME)
|
||||
|
||||
public:
|
||||
//! \brief Service name of DBus serve
|
||||
static const QString ServiceName;
|
||||
|
||||
/*!
|
||||
@@ -73,24 +74,12 @@ namespace BlackCore
|
||||
}
|
||||
|
||||
public:
|
||||
/*!
|
||||
* \brief Constructor
|
||||
* \param parent
|
||||
*/
|
||||
CDBusServer(const QString &address, QObject *parent = 0);
|
||||
//! \brief Constructor
|
||||
CDBusServer(const QString &address, QObject *parent = nullptr);
|
||||
|
||||
/*!
|
||||
* \brief Adds a QObject to be exposed to DBus
|
||||
* \param name
|
||||
* \param object
|
||||
*/
|
||||
//!! \brief Adds a QObject to be exposed to DBus
|
||||
void addObject(const QString &name, QObject *object);
|
||||
|
||||
/*!
|
||||
* \brief printError
|
||||
*/
|
||||
void printError() const;
|
||||
|
||||
/*!
|
||||
* \brief Last error
|
||||
* \return
|
||||
|
||||
Reference in New Issue
Block a user