Skip to content

Commit

Permalink
[ssu] Update plugins.qmltypes. Contributes to JB#45580
Browse files Browse the repository at this point in the history
Effectively no change but the order still makes this pop up as outdated.
  • Loading branch information
martyone committed May 3, 2019
1 parent a0975fb commit 9c382d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion declarative/plugins.qmltypes
Expand Up @@ -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 {
Expand Down

0 comments on commit 9c382d1

Please sign in to comment.