From 1289bc8172a6829884a670a2f91ee863add5d042 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Thu, 3 Dec 2015 16:59:30 +0100 Subject: Tests: Remove empty init/cleanup slots, constructors and destructors. Move some code (like registrations of meta types) from init() to initTestCase() in the process. Change-Id: I57db5156647cfadab554fbed853b2e68b2815f3b Reviewed-by: Frederik Gladhorn --- tests/auto/gui/painting/qwmatrix/tst_qwmatrix.cpp | 27 ----------------------- 1 file changed, 27 deletions(-) (limited to 'tests/auto/gui/painting/qwmatrix/tst_qwmatrix.cpp') diff --git a/tests/auto/gui/painting/qwmatrix/tst_qwmatrix.cpp b/tests/auto/gui/painting/qwmatrix/tst_qwmatrix.cpp index c4c4789b7a..9d87bddbe7 100644 --- a/tests/auto/gui/painting/qwmatrix/tst_qwmatrix.cpp +++ b/tests/auto/gui/painting/qwmatrix/tst_qwmatrix.cpp @@ -42,14 +42,6 @@ class tst_QWMatrix : public QObject { Q_OBJECT -public: - tst_QWMatrix(); - virtual ~tst_QWMatrix(); - - -public slots: - void init(); - void cleanup(); private slots: void mapRect_data(); void mapToPolygon_data(); @@ -65,25 +57,6 @@ private: void mapping_data(); }; - -tst_QWMatrix::tst_QWMatrix() -{ -} - -tst_QWMatrix::~tst_QWMatrix() -{ -} - -void tst_QWMatrix::init() -{ - // No initialisation is required -} - -void tst_QWMatrix::cleanup() -{ - // No cleanup is required. -} - void tst_QWMatrix::mapRect_data() { mapping_data(); -- cgit v1.2.3