Skip to content

Commit

Permalink
[mce-qt] Update plugins.qmltypes. JB#49100
Browse files Browse the repository at this point in the history
  • Loading branch information
martyone committed Feb 25, 2020
1 parent d632816 commit edf678f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions plugin/plugins.qmltypes
Expand Up @@ -129,6 +129,14 @@ Module {
Property { name: "valid"; type: "bool"; isReadonly: true }
Property { name: "state"; type: "State"; isReadonly: true }
}
Component {
name: "QMceNameOwner"
prototype: "QObject"
exports: ["Nemo.Mce/MceNameOwner 1.0"]
exportMetaObjectRevisions: [0]
Property { name: "valid"; type: "bool"; isReadonly: true }
Property { name: "nameOwner"; type: "string"; isReadonly: true }
}
Component {
name: "QMcePowerSaveMode"
prototype: "QObject"
Expand Down

0 comments on commit edf678f

Please sign in to comment.