summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKranthi Kuntala <kranthi.kumar-kuntala@nokia.com>2012-04-20 10:11:10 +0300
committerKranthi Kuntala <kranthi.kumar-kuntala@nokia.com>2012-04-23 10:00:58 +0200
commitc9c3994efd1bf472bbf43d47e190e8a6eff3a39b (patch)
tree1c3ed41f2224fc386237e20e188592246eed9a43 /src
parent861cc54b150248a6e70b7af592bda787957eb2a1 (diff)
adding docs
Change-Id: Ie9d0fa1250a3a1a623682c40e19f815777c43852 Reviewed-by: Kranthi Kuntala <kranthi.kumar-kuntala@nokia.com>
Diffstat (limited to 'src')
-rw-r--r--src/alignedtimer/qalignedtimer.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/alignedtimer/qalignedtimer.cpp b/src/alignedtimer/qalignedtimer.cpp
index 5c644f6..7b12180 100644
--- a/src/alignedtimer/qalignedtimer.cpp
+++ b/src/alignedtimer/qalignedtimer.cpp
@@ -52,7 +52,6 @@ Q_GLOBAL_STATIC(QAlignedTimerPrivate, alignedTimerPrivate)
/*!
\class QAlignedTimer
- \ingroup events
\brief The QAlignedTimer class provides a service for applications to synchronize their activity.
QAlignedTimer is a fuzzy timer that allows applications that must do periodic activity like
@@ -65,7 +64,6 @@ Q_GLOBAL_STATIC(QAlignedTimerPrivate, alignedTimerPrivate)
The recommended use case is when app uses single-shot timer only: set mintime 0 for the first call
'to jump to the train' and mintime > 0 after 1st wakeup.
- \sa QBasicTimer, QTimer, QTimerEvent, QObject::timerEvent(), Timers,
*/
/*!