Kstars

timer.qml
1import QtQuick 2.0
2
3Timer {
4 running: false
5 repeat: false
6
7 property var callback
8 onTriggered: callback()
9}
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Jul 26 2024 11:59:51 by doxygen 1.11.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.