diff options
author | Martin Smith <msmith@trolltech.com> | 2010-01-28 11:21:16 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-01-28 11:21:16 (GMT) |
commit | f5c16c649137856b84d769932a9356365f3250f9 (patch) | |
tree | abbb7a47d547245e23bd0d42257464a5bc775d13 /src/gui/styles | |
parent | f3ad942805cd976912ac8395ef526430b9db6350 (diff) | |
download | Qt-f5c16c649137856b84d769932a9356365f3250f9.zip Qt-f5c16c649137856b84d769932a9356365f3250f9.tar.gz Qt-f5c16c649137856b84d769932a9356365f3250f9.tar.bz2 |
doc: Fixed the last qdoc errors.
Diffstat (limited to 'src/gui/styles')
-rw-r--r-- | src/gui/styles/qs60style.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/styles/qs60style.cpp b/src/gui/styles/qs60style.cpp index ecb3242..f657fff 100644 --- a/src/gui/styles/qs60style.cpp +++ b/src/gui/styles/qs60style.cpp @@ -3166,6 +3166,10 @@ bool QS60Style::eventFilter(QObject *object, QEvent *event) return QStyle::eventFilter(object, event); } +/*! + \internal + Handle the timer \a event. +*/ void QS60Style::timerEvent(QTimerEvent *event) { #ifdef Q_WS_S60 |