summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/animation/qanimationgroup/tst_qanimationgroup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/animation/qanimationgroup/tst_qanimationgroup.cpp')
-rw-r--r--tests/auto/corelib/animation/qanimationgroup/tst_qanimationgroup.cpp24
1 files changed, 1 insertions, 23 deletions
diff --git a/tests/auto/corelib/animation/qanimationgroup/tst_qanimationgroup.cpp b/tests/auto/corelib/animation/qanimationgroup/tst_qanimationgroup.cpp
index 26e2f2f4d8..b92794ee78 100644
--- a/tests/auto/corelib/animation/qanimationgroup/tst_qanimationgroup.cpp
+++ b/tests/auto/corelib/animation/qanimationgroup/tst_qanimationgroup.cpp
@@ -52,43 +52,25 @@ Q_DECLARE_METATYPE(QAbstractAnimation::State)
class tst_QAnimationGroup : public QObject
{
- Q_OBJECT
-public:
- tst_QAnimationGroup();
- virtual ~tst_QAnimationGroup();
-
+ Q_OBJECT
public Q_SLOTS:
void init();
- void cleanup();
private slots:
void construction();
void emptyGroup();
void setCurrentTime();
- void statesAndSignals();
void setParentAutoAdd();
void beginNestedGroup();
void addChildTwice();
void loopWithoutStartValue();
};
-tst_QAnimationGroup::tst_QAnimationGroup()
-{
-}
-
-tst_QAnimationGroup::~tst_QAnimationGroup()
-{
-}
-
void tst_QAnimationGroup::init()
{
qRegisterMetaType<QAbstractAnimation::State>("QAbstractAnimation::State");
}
-void tst_QAnimationGroup::cleanup()
-{
-}
-
void tst_QAnimationGroup::construction()
{
QSequentialAnimationGroup animationgroup;
@@ -310,10 +292,6 @@ void tst_QAnimationGroup::setCurrentTime()
QCOMPARE(sequence->currentAnimation(), a2_s_o1);
}
-void tst_QAnimationGroup::statesAndSignals()
-{
-}
-
void tst_QAnimationGroup::setParentAutoAdd()
{
QParallelAnimationGroup group;