Skip to content

Commit

Permalink
Merge branch 'jb49100' into 'master'
Browse files Browse the repository at this point in the history
[mce-qt] Update plugins.qmltypes. JB#49100

See merge request mer-core/libmce-qt!9
  • Loading branch information
pvuorela committed Feb 25, 2020
2 parents d632816 + edf678f commit 8e2f559
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 8e2f559

Please sign in to comment.