diff --git a/declarative/plugins.qmltypes b/declarative/plugins.qmltypes index d61595d..ea519ef 100644 --- a/declarative/plugins.qmltypes +++ b/declarative/plugins.qmltypes @@ -350,9 +350,9 @@ Module { Method { name: "lastError"; type: "string" } Method { name: "unregister" } Method { name: "flavour"; type: "string" } - Method { name: "brand"; type: "string" } Method { name: "deviceMode"; type: "DeviceModeFlags" } Method { name: "domain"; type: "string" } + Method { name: "brand"; type: "string" } Method { name: "isRegistered"; type: "bool" } Method { name: "lastCredentialsUpdate"; type: "QDateTime" } Method {