mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
indicators: clean-up useless debug
This commit is contained in:
parent
7bac59549d
commit
4511a2d62f
1 changed files with 0 additions and 7 deletions
|
|
@ -19,13 +19,6 @@ Item {
|
||||||
Layout.minimumWidth: strengthIcon.height + strengthLabel.width
|
Layout.minimumWidth: strengthIcon.height + strengthLabel.width
|
||||||
OfonoManager {
|
OfonoManager {
|
||||||
id: ofonoManager
|
id: ofonoManager
|
||||||
onAvailableChanged: {
|
|
||||||
console.log("Ofono is " + available)
|
|
||||||
}
|
|
||||||
onModemAdded: {
|
|
||||||
console.log("modem added " + modem)
|
|
||||||
}
|
|
||||||
onModemRemoved: console.log("modem removed")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
OfonoNetworkRegistration {
|
OfonoNetworkRegistration {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue