From 770208fd7e26bf2b7a257a0865f38532144f1c2c Mon Sep 17 00:00:00 2001 From: Thierry Bastian Date: Tue, 22 Sep 2009 15:29:24 +0200 Subject: Fix to the autotests of Animations to spit less warnings --- tests/auto/qparallelanimationgroup/tst_qparallelanimationgroup.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/auto/qparallelanimationgroup') 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 */ } -- cgit v1.2.1