Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[systemsettings] Update plugins.qmltypes. Contributes to JB#45580
  • Loading branch information
martyone committed May 3, 2019
1 parent 4b7155b commit 77b156a
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 77b156a

Please sign in to comment.