Skip to content

Commit

Permalink
Merge branch 'jb45580' into 'master'
Browse files Browse the repository at this point in the history
[systemsettings] Update plugins.qmltypes. Contributes to JB#45580

See merge request mer-core/nemo-qml-plugin-systemsettings!104
  • Loading branch information
pvuorela committed May 3, 2019
2 parents 4b7155b + 77b156a commit aade641
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugin/plugins.qmltypes
Expand Up @@ -925,6 +925,7 @@ Module {
Property { name: "availableModes"; type: "QStringList"; isReadonly: true }
Property { name: "hiddenModes"; type: "QStringList"; isReadonly: true }
Property { name: "currentMode"; type: "string" }
Property { name: "targetMode"; type: "string"; isReadonly: true }
Property { name: "configMode"; type: "string" }
Signal {
name: "eventReceived"
Expand Down Expand Up @@ -971,6 +972,7 @@ Module {
}
}
Property { name: "bestState"; type: "int"; isReadonly: true }
Property { name: "autoConnect"; type: "bool"; isReadonly: true }
Signal {
name: "connectionStateChanged"
Parameter { name: "path"; type: "string" }
Expand Down

0 comments on commit aade641

Please sign in to comment.