summaryrefslogtreecommitdiffstats
path: root/src/declarative/util
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-10-12 00:31:59 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-10-12 00:31:59 (GMT)
commit86cd2fa6836c90ed329eb1f0507eeb311810c194 (patch)
tree5c645806c2892d40dc174bfe6d14966cdb18804b /src/declarative/util
parent76448b41bb9c6212d2534f0597f9973c881c77bd (diff)
downloadQt-86cd2fa6836c90ed329eb1f0507eeb311810c194.zip
Qt-86cd2fa6836c90ed329eb1f0507eeb311810c194.tar.gz
Qt-86cd2fa6836c90ed329eb1f0507eeb311810c194.tar.bz2
unwarn
Diffstat (limited to 'src/declarative/util')
-rw-r--r--src/declarative/util/qmltimer.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/declarative/util/qmltimer.cpp b/src/declarative/util/qmltimer.cpp
index fdc57ff..3fbe15c 100644
--- a/src/declarative/util/qmltimer.cpp
+++ b/src/declarative/util/qmltimer.cpp
@@ -207,7 +207,6 @@ void QmlTimer::setTriggeredOnStart(bool triggeredOnStart)
*/
void QmlTimer::start()
{
- Q_D(QmlTimer);
setRunning(true);
}
@@ -220,7 +219,6 @@ void QmlTimer::start()
*/
void QmlTimer::stop()
{
- Q_D(QmlTimer);
setRunning(false);
}