Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'jb49100' into 'master'
[libconnman-qt] Update plugins.qmltypes. Contributes to JB#49100

See merge request mer-core/libconnman-qt!42
  • Loading branch information
pvuorela committed Feb 25, 2020
2 parents e22ff38 + 28a307b commit c55b2ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugin/plugins.qmltypes
Expand Up @@ -916,8 +916,8 @@ Module {
Property { name: "ipv4"; type: "QVariantMap" }
Property { name: "ipv6"; type: "QVariantMap" }
Property { name: "nameservers"; type: "QStringList" }
Property { name: "userRoutes"; type: "QVariantList" }
Property { name: "serverRoutes"; type: "QVariantList" }
Property { name: "userRoutes"; type: "QVariant" }
Property { name: "serverRoutes"; type: "QVariant" }
Property { name: "properties"; type: "QVariantMap" }
Property { name: "providerProperties"; type: "QVariantMap" }
Property { name: "connected"; type: "bool"; isReadonly: true }
Expand All @@ -939,8 +939,8 @@ Module {
name: "connectionRemoved"
Parameter { name: "path"; type: "string" }
}
Signal { name: "connectionsClearingAll" }
Signal { name: "connectionsRefreshed" }
Signal { name: "connectionsCleared" }
Method {
name: "createConnection"
Parameter { name: "properties"; type: "QVariantMap" }
Expand Down

0 comments on commit c55b2ae

Please sign in to comment.