mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 12:55:31 +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
@@ -235,10 +235,10 @@ namespace XSwiftBus
|
||||
void setDisappearMessageWindow(bool enabled) { m_disappearMessageWindow = enabled; }
|
||||
|
||||
//! Get settings in JSON format
|
||||
std::string getSettings() const;
|
||||
std::string getSettingsJson() const;
|
||||
|
||||
//! Set settings
|
||||
void setSettings(const std::string &jsonString);
|
||||
void setSettingsJson(const std::string &jsonString);
|
||||
|
||||
//! Perform generic processing
|
||||
int process();
|
||||
|
||||
Reference in New Issue
Block a user