summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qtimer.cpp
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2013-02-02 17:23:29 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-04 14:22:45 +0100
commit86ca28774be1f91af26b518f0e945f00ffe6ba4a (patch)
tree78ac0de598b0f97551fa114fbd32b7e2dc4ebe05 /src/corelib/kernel/qtimer.cpp
parentc5c584c116798c495d78a4d89c568a77bc065010 (diff)
Add the missing "\since 5.0" reference for the QTimer method
Change-Id: I9f2bb97eed7a1e2eb92865920f815055c847c84e Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/kernel/qtimer.cpp')
-rw-r--r--src/corelib/kernel/qtimer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/kernel/qtimer.cpp b/src/corelib/kernel/qtimer.cpp
index d0c2dd6380..667c490d31 100644
--- a/src/corelib/kernel/qtimer.cpp
+++ b/src/corelib/kernel/qtimer.cpp
@@ -385,6 +385,7 @@ void QTimer::setInterval(int msec)
/*!
\property QTimer::remainingTime
+ \since 5.0
\brief the remaining time in milliseconds
Returns the timer's remaining value in milliseconds left until the timeout.