Skip to content
This repository was archived by the owner on Apr 28, 2022. It is now read-only.

Commit 77b156a

Browse files
committed
[systemsettings] Update plugins.qmltypes. Contributes to JB#45580
1 parent 4b7155b commit 77b156a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/plugin/plugins.qmltypes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -925,6 +925,7 @@ Module {
925925
Property { name: "availableModes"; type: "QStringList"; isReadonly: true }
926926
Property { name: "hiddenModes"; type: "QStringList"; isReadonly: true }
927927
Property { name: "currentMode"; type: "string" }
928+
Property { name: "targetMode"; type: "string"; isReadonly: true }
928929
Property { name: "configMode"; type: "string" }
929930
Signal {
930931
name: "eventReceived"
@@ -971,6 +972,7 @@ Module {
971972
}
972973
}
973974
Property { name: "bestState"; type: "int"; isReadonly: true }
975+
Property { name: "autoConnect"; type: "bool"; isReadonly: true }
974976
Signal {
975977
name: "connectionStateChanged"
976978
Parameter { name: "path"; type: "string" }

0 commit comments

Comments
 (0)