https://bugs.kde.org/show_bug.cgi?id=381173

--- Comment #17 from Peter Mühlenpfordt <de...@ukn8.de> ---
I don't think this is a bug of QtQuick `Timer`. IMO the problem is a duplicate
creation of `TimerView` and therefore duplicate timer trigger.
If I remove/comment out e.g. the second (main.qml, line 60):
`Plasmoid.fullRepresentation: TimerView { }`
the counter works correct. Adding a third `TimerView`, the counter jumps three
seconds at once.
I'm not familiar with QtQuick so I'm not sure what the best solution could be,
maybe moving the timer from `TimerView` to `main`?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to