summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/corelib/animation/qabstractanimation.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/corelib/animation/qabstractanimation.cpp b/src/corelib/animation/qabstractanimation.cpp
index a4c7e29..7fa3ae3 100644
--- a/src/corelib/animation/qabstractanimation.cpp
+++ b/src/corelib/animation/qabstractanimation.cpp
@@ -156,7 +156,8 @@
#ifndef QT_NO_ANIMATION
-#define DEFAULT_TIMER_INTERVAL 16
+//with 15 ms we get more accuracy on windows (it uses the multimedia timer)
+#define DEFAULT_TIMER_INTERVAL 15
#define STARTSTOP_TIMER_DELAY 0
QT_BEGIN_NAMESPACE