fix phone signal indicator

This commit is contained in:
Marco Martin 2015-04-20 16:31:02 +02:00
parent 2503593ef4
commit 9b06ffd68e
2 changed files with 13 additions and 2 deletions

View file

@ -104,6 +104,17 @@ PlasmaCore.ColorScope {
interval: 60 * 1000
}
OfonoManager {
id: ofonoManager
onAvailableChanged: {
console.log("Ofono is " + available)
}
onModemAdded: {
console.log("modem added " + modem)
}
onModemRemoved: console.log("modem removed")
}
OfonoNetworkRegistration {
id: netreg
Component.onCompleted: {

View file

@ -29,8 +29,8 @@ ApplicationWindow {
height: 800
visible: true
color: Qt.rgba(0, 0, 0, 0.9)
OfonoManager {
OfonoManager {
id: ofonoManager
onAvailableChanged: {
console.log("Ofono is " + available)