Made BlackMisc::CStatusMessageList value no slot, no DBus XML signature shall be created.

A second value method tailored for DBus is the one called for DBus transfer and uses QDBusVariant.
This commit is contained in:
Klaus Basan
2014-01-25 19:50:27 +01:00
parent f5e791e049
commit 0425ef5c6a
3 changed files with 20 additions and 15 deletions

View File

@@ -58,16 +58,17 @@ namespace BlackCore
return static_cast<CCoreRuntime *>(this->parent());
}
/*!
* \copydoc IContextSettings::value()
*/
virtual BlackMisc::CStatusMessageList value(const QString &path, const QString &command, const QVariant &value);
public slots:
/*!
* \copydoc IContextSettings::getNetworkSettings()
*/
virtual BlackMisc::Settings::CSettingsNetwork getNetworkSettings() const;
/*!
* \copydoc IContextSettings::value()
*/
virtual BlackMisc::CStatusMessageList value(const QString &path, const QString &command, const QVariant &value);
private:
BlackMisc::Settings::CSettingsNetwork m_settingsNetwork;