This commit is contained in:
Evgenii Alekseev 2016-03-23 16:27:05 +03:00
parent 86458b8238
commit 88f0ebfe96

View File

@ -63,7 +63,6 @@ Item {
"notify": plasmoid.configuration.notify
}
signal initWidget
signal needTextUpdate(string newText)
signal needToolTipUpdate(string newText)
signal sizeUpdate
@ -132,22 +131,10 @@ Item {
}
}
Timer {
id: timer
interval: 3000
onTriggered: initWidget()
}
Component.onCompleted: {
if (debug) console.debug()
timer.start()
}
onInitWidget: {
if (debug) console.debug()
// actions
// it makes no sense to use this field with optimization enable
if (!plasmoid.configuration.optimize)