From 135f09e3599accca53ae825f6c36a17bf1c0f295 Mon Sep 17 00:00:00 2001 From: Martin Jones Date: Fri, 6 Nov 2009 10:27:58 +1000 Subject: Impove triggerOnStart docs. --- src/declarative/util/qmltimer.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/declarative/util/qmltimer.cpp b/src/declarative/util/qmltimer.cpp index 0aa0747..8ee9059 100644 --- a/src/declarative/util/qmltimer.cpp +++ b/src/declarative/util/qmltimer.cpp @@ -176,6 +176,11 @@ void QmlTimer::setRepeating(bool repeating) /*! \qmlproperty bool Timer::triggeredOnStart + When the Timer is started the first trigger is normally after the specified + interval has elapsed. It is sometimes desireable to trigger immediately + when the timer is started, for example to establish an initial + state. + If \a triggeredOnStart is true, the timer will be triggered immediately when started, and subsequently at the specified interval. Note that for a Timer with \e repeat set to false, this will result in the timer being -- cgit v0.12