Skip to content

Commit

Permalink
[nemo-systemsettings] Update plugins.qmltypes. Contributes to JB#49100
Browse files Browse the repository at this point in the history
  • Loading branch information
martyone committed Feb 25, 2020
1 parent 3479317 commit 65ff377
Showing 1 changed file with 19 additions and 8 deletions.
27 changes: 19 additions & 8 deletions src/plugin/plugins.qmltypes
Expand Up @@ -154,6 +154,7 @@ Module {
Property { name: "developerModeEnabled"; type: "bool"; isReadonly: true }
Property { name: "workStatus"; type: "DeveloperModeSettings::Status"; isReadonly: true }
Property { name: "workProgress"; type: "int"; isReadonly: true }
Property { name: "repositoryAccessRequired"; type: "bool"; isReadonly: true }
Method {
name: "setDeveloperMode"
Parameter { name: "enabled"; type: "bool" }
Expand Down Expand Up @@ -364,19 +365,29 @@ Module {
}
}
Property { name: "locationEnabled"; type: "bool" }
Property { name: "locationMode"; type: "LocationMode" }
Property { name: "pendingAgreements"; type: "QStringList"; isReadonly: true }
Property { name: "allowedDataSources"; type: "DataSources" }
Property { name: "gpsAvailable"; type: "bool"; isReadonly: true }
Property { name: "gpsEnabled"; type: "bool" }
Property { name: "gpsFlightMode"; type: "bool" }
Property { name: "gpsAvailable"; type: "bool"; isReadonly: true }
Property { name: "hereState"; type: "OnlineAGpsState" }
Property { name: "locationProviders"; type: "QStringList"; isReadonly: true }
Property { name: "hereAvailable"; type: "bool"; isReadonly: true }
Property { name: "hereState"; type: "OnlineAGpsState" }
Property { name: "mlsAvailable"; type: "bool"; isReadonly: true }
Property { name: "mlsEnabled"; type: "bool" }
Property { name: "mlsOnlineState"; type: "OnlineAGpsState" }
Property { name: "mlsAvailable"; type: "bool"; isReadonly: true }
Property { name: "yandexLocatorEnabled"; type: "bool" }
Property { name: "yandexLocatorOnlineState"; type: "OnlineAGpsState" }
Property { name: "yandexLocatorAvailable"; type: "bool"; isReadonly: true }
Property { name: "locationMode"; type: "LocationMode" }
Property { name: "allowedDataSources"; type: "DataSources" }
Property { name: "yandexAvailable"; type: "bool"; isReadonly: true }
Property { name: "yandexOnlineState"; type: "OnlineAGpsState" }
}
Component {
name: "NfcSettings"
prototype: "QObject"
exports: ["org.nemomobile.systemsettings/NfcSettings 1.0"]
exportMetaObjectRevisions: [0]
Property { name: "valid"; type: "bool"; isReadonly: true }
Property { name: "available"; type: "bool"; isReadonly: true }
Property { name: "enabled"; type: "bool" }
}
Component {
name: "PartitionModel"
Expand Down

0 comments on commit 65ff377

Please sign in to comment.