mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 15:45:42 +08:00
Ref T709, changed DBus function to get/setSettingsJson, disambiguate from get/setSettings (returning CSettings)
This commit is contained in:
committed by
Mat Sutcliffe
parent
77883edf9c
commit
79f347cc1b
@@ -389,12 +389,12 @@ namespace BlackSimPlugin
|
||||
|
||||
//! \copydoc XSwiftBus::CService::getSettings
|
||||
//! @{
|
||||
QString getSettings() const;
|
||||
void getSettingsAsync(QString *o_jsonSettings);
|
||||
QString getSettingsJson() const;
|
||||
void getSettingsJsonAsync(QString *o_jsonSettings);
|
||||
//! @}
|
||||
|
||||
//! \copydoc XSwiftBus::CService::setSettings
|
||||
void setSettings(const QString &json);
|
||||
void setSettingsJson(const QString &json);
|
||||
};
|
||||
} // ns
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user