summaryrefslogtreecommitdiffstats
path: root/tools/qmlviewer/qmlviewer.h
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-11-10 23:48:18 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-11-10 23:50:08 (GMT)
commit7c4287c9c36bf5382799eac6f6ceb97d4cec3f6f (patch)
tree1a1fe05589bcef1315e37db2859ba1823fec793f /tools/qmlviewer/qmlviewer.h
parent2133c9c454b8a648aad2a1993b3e239ceeeca03b (diff)
downloadQt-7c4287c9c36bf5382799eac6f6ceb97d4cec3f6f.zip
Qt-7c4287c9c36bf5382799eac6f6ceb97d4cec3f6f.tar.gz
Qt-7c4287c9c36bf5382799eac6f6ceb97d4cec3f6f.tar.bz2
Add ability for viewer to slow down animations.
This is useful for debugging complex transitions.
Diffstat (limited to 'tools/qmlviewer/qmlviewer.h')
-rw-r--r--tools/qmlviewer/qmlviewer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qmlviewer/qmlviewer.h b/tools/qmlviewer/qmlviewer.h
index b366401..78512a9 100644
--- a/tools/qmlviewer/qmlviewer.h
+++ b/tools/qmlviewer/qmlviewer.h
@@ -104,6 +104,7 @@ public slots:
void proxySettingsChanged ();
void setScaleView();
void executeErrors();
+ void setSlowMode(bool);
protected:
virtual void keyPressEvent(QKeyEvent *);