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

Commit cc0a430

Browse files
committed
Merge branch 'jb49100' into 'master'
[nemo-systemsettings] Update plugins.qmltypes. Contributes to JB#49100 See merge request mer-core/nemo-qml-plugin-systemsettings!133
2 parents 3479317 + 65ff377 commit cc0a430

File tree

1 file changed

+19
-8
lines changed

1 file changed

+19
-8
lines changed

src/plugin/plugins.qmltypes

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ Module {
154154
Property { name: "developerModeEnabled"; type: "bool"; isReadonly: true }
155155
Property { name: "workStatus"; type: "DeveloperModeSettings::Status"; isReadonly: true }
156156
Property { name: "workProgress"; type: "int"; isReadonly: true }
157+
Property { name: "repositoryAccessRequired"; type: "bool"; isReadonly: true }
157158
Method {
158159
name: "setDeveloperMode"
159160
Parameter { name: "enabled"; type: "bool" }
@@ -364,19 +365,29 @@ Module {
364365
}
365366
}
366367
Property { name: "locationEnabled"; type: "bool" }
368+
Property { name: "locationMode"; type: "LocationMode" }
369+
Property { name: "pendingAgreements"; type: "QStringList"; isReadonly: true }
370+
Property { name: "allowedDataSources"; type: "DataSources" }
371+
Property { name: "gpsAvailable"; type: "bool"; isReadonly: true }
367372
Property { name: "gpsEnabled"; type: "bool" }
368373
Property { name: "gpsFlightMode"; type: "bool" }
369-
Property { name: "gpsAvailable"; type: "bool"; isReadonly: true }
370-
Property { name: "hereState"; type: "OnlineAGpsState" }
374+
Property { name: "locationProviders"; type: "QStringList"; isReadonly: true }
371375
Property { name: "hereAvailable"; type: "bool"; isReadonly: true }
376+
Property { name: "hereState"; type: "OnlineAGpsState" }
377+
Property { name: "mlsAvailable"; type: "bool"; isReadonly: true }
372378
Property { name: "mlsEnabled"; type: "bool" }
373379
Property { name: "mlsOnlineState"; type: "OnlineAGpsState" }
374-
Property { name: "mlsAvailable"; type: "bool"; isReadonly: true }
375-
Property { name: "yandexLocatorEnabled"; type: "bool" }
376-
Property { name: "yandexLocatorOnlineState"; type: "OnlineAGpsState" }
377-
Property { name: "yandexLocatorAvailable"; type: "bool"; isReadonly: true }
378-
Property { name: "locationMode"; type: "LocationMode" }
379-
Property { name: "allowedDataSources"; type: "DataSources" }
380+
Property { name: "yandexAvailable"; type: "bool"; isReadonly: true }
381+
Property { name: "yandexOnlineState"; type: "OnlineAGpsState" }
382+
}
383+
Component {
384+
name: "NfcSettings"
385+
prototype: "QObject"
386+
exports: ["org.nemomobile.systemsettings/NfcSettings 1.0"]
387+
exportMetaObjectRevisions: [0]
388+
Property { name: "valid"; type: "bool"; isReadonly: true }
389+
Property { name: "available"; type: "bool"; isReadonly: true }
390+
Property { name: "enabled"; type: "bool" }
380391
}
381392
Component {
382393
name: "PartitionModel"

0 commit comments

Comments
 (0)