summaryrefslogtreecommitdiffstats
path: root/examples/animation/animatedtiles/main.cpp
diff options
context:
space:
mode:
authorSarah Smith <sarah.j.smith@nokia.com>2009-09-16 01:40:18 (GMT)
committerSarah Smith <sarah.j.smith@nokia.com>2009-09-16 01:40:18 (GMT)
commita7c3ea93e0a1cd56f585a9ce04e6d1b99f4c7a34 (patch)
tree0ccc262ac7d0d825d1a8c6868307affa444a9e75 /examples/animation/animatedtiles/main.cpp
parent227dd18f0e25ee522e5a4323e849590a314dd4cd (diff)
parenta4571547a38d68d6778bf0ebfa4dc26cc3d865a3 (diff)
downloadQt-a7c3ea93e0a1cd56f585a9ce04e6d1b99f4c7a34.zip
Qt-a7c3ea93e0a1cd56f585a9ce04e6d1b99f4c7a34.tar.gz
Qt-a7c3ea93e0a1cd56f585a9ce04e6d1b99f4c7a34.tar.bz2
Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6
Diffstat (limited to 'examples/animation/animatedtiles/main.cpp')
-rw-r--r--examples/animation/animatedtiles/main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/animation/animatedtiles/main.cpp b/examples/animation/animatedtiles/main.cpp
index dfdaf73..ca52f47 100644
--- a/examples/animation/animatedtiles/main.cpp
+++ b/examples/animation/animatedtiles/main.cpp
@@ -274,6 +274,9 @@ int main(int argc, char **argv)
timer.setSingleShot(true);
rootState->addTransition(&timer, SIGNAL(timeout()), ellipseState);
+#ifdef QT_KEYPAD_NAVIGATION
+ QApplication::setNavigationMode(Qt::NavigationModeCursorAuto);
+#endif
return app.exec();
}