Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'jb52306' into 'master'
Update plugins.qmltypes

See merge request mer-core/libqofono!22
  • Loading branch information
monich committed Dec 16, 2020
2 parents 427fe81 + b03e135 commit b2fbf30
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions plugin/plugins.qmltypes
Expand Up @@ -258,12 +258,11 @@ Module {
}
Component {
name: "QOfonoCellBroadcast"
prototype: "QOfonoObject"
prototype: "QOfonoModemInterface"
exports: ["MeeGo.QOfono/OfonoCellBroadcast 0.2"]
exportMetaObjectRevisions: [0]
Property { name: "modemPath"; type: "string" }
Property { name: "enabled"; type: "bool" }
Property { name: "topics"; type: "string"; isReadonly: true }
Property { name: "topics"; type: "string" }
Signal {
name: "enabledChanged"
Parameter { type: "bool" }
Expand All @@ -274,17 +273,13 @@ Module {
}
Signal {
name: "incomingBroadcast"
Parameter { type: "string" }
Parameter { type: "ushort" }
Parameter { name: "text"; type: "string" }
Parameter { name: "topic"; type: "ushort" }
}
Signal {
name: "emergencyBroadcast"
Parameter { type: "string" }
Parameter { type: "QVariantMap" }
}
Signal {
name: "modemPathChanged"
Parameter { name: "path"; type: "string" }
Parameter { name: "text"; type: "string" }
Parameter { name: "properties"; type: "QVariantMap" }
}
}
Component {
Expand Down

0 comments on commit b2fbf30

Please sign in to comment.