fix method definition of SetCloudEnabled
This commit is contained in:
parent
0078bd1d0c
commit
2da8c937ab
@ -174,6 +174,7 @@ ConfigurationHandler::ConfigurationHandler(QObject *parent):
|
|||||||
setDescription("SetCloudEnabled", "Sets whether the cloud connection is enabled or disabled in the settings.");
|
setDescription("SetCloudEnabled", "Sets whether the cloud connection is enabled or disabled in the settings.");
|
||||||
params.insert("enabled", JsonTypes::basicTypeToString(QVariant::Bool));
|
params.insert("enabled", JsonTypes::basicTypeToString(QVariant::Bool));
|
||||||
setParams("SetCloudEnabled", params);
|
setParams("SetCloudEnabled", params);
|
||||||
|
returns.insert("configurationError", JsonTypes::configurationErrorRef());
|
||||||
setReturns("SetCloudEnabled", returns);
|
setReturns("SetCloudEnabled", returns);
|
||||||
|
|
||||||
// Notifications
|
// Notifications
|
||||||
|
|||||||
Reference in New Issue
Block a user