summaryrefslogtreecommitdiffstats
path: root/tests/auto/qparallelanimationgroup
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2009-09-22 15:29:24 +0200
committerThierry Bastian <thierry.bastian@nokia.com>2009-09-22 15:30:20 +0200
commit770208fd7e26bf2b7a257a0865f38532144f1c2c (patch)
tree1eded551ae0f11ef4522d362cc8921f127b85090 /tests/auto/qparallelanimationgroup
parentde6380c8da3e22d30b0ec292da8da1db96d721ef (diff)
Fix to the autotests of Animations to spit less warnings
Diffstat (limited to 'tests/auto/qparallelanimationgroup')
-rw-r--r--tests/auto/qparallelanimationgroup/tst_qparallelanimationgroup.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qparallelanimationgroup/tst_qparallelanimationgroup.cpp b/tests/auto/qparallelanimationgroup/tst_qparallelanimationgroup.cpp
index 65fed3f112..a129f7f3de 100644
--- a/tests/auto/qparallelanimationgroup/tst_qparallelanimationgroup.cpp
+++ b/tests/auto/qparallelanimationgroup/tst_qparallelanimationgroup.cpp
@@ -157,6 +157,7 @@ public:
: QPropertyAnimation(target, propertyName, parent), id(0)
{
setDuration(250);
+ setEndValue(0);
}
int duration() const { return -1; /* not time driven */ }