From e8f7fccf227a4b3c9fe533cd94e1ffec0107a208 Mon Sep 17 00:00:00 2001 From: Jason McDonald Date: Mon, 7 Nov 2011 15:33:49 +1000 Subject: Cleanup corelib autotests Remove redundant empty constructors, destructors and test functions. Change-Id: Idb51368895e67ec3fc0345a9a5d33d77730c051b Reviewed-by: Rohan McGovern --- tests/auto/corelib/kernel/qtimer/tst_qtimer.cpp | 37 ------------------------- 1 file changed, 37 deletions(-) (limited to 'tests/auto/corelib/kernel/qtimer/tst_qtimer.cpp') diff --git a/tests/auto/corelib/kernel/qtimer/tst_qtimer.cpp b/tests/auto/corelib/kernel/qtimer/tst_qtimer.cpp index 4af2a492d7..c29ad8e44f 100644 --- a/tests/auto/corelib/kernel/qtimer/tst_qtimer.cpp +++ b/tests/auto/corelib/kernel/qtimer/tst_qtimer.cpp @@ -39,10 +39,8 @@ ** ****************************************************************************/ - #include - #include #include @@ -56,17 +54,6 @@ class tst_QTimer : public QObject { Q_OBJECT - -public: - tst_QTimer(); - virtual ~tst_QTimer(); - - -public slots: - void initTestCase(); - void cleanupTestCase(); - void init(); - void cleanup(); private slots: void zeroTimer(); void singleShotTimeout(); @@ -110,30 +97,6 @@ void TimerHelper::timeout() ++count; } -tst_QTimer::tst_QTimer() -{ -} - -tst_QTimer::~tst_QTimer() -{ -} - -void tst_QTimer::initTestCase() -{ -} - -void tst_QTimer::cleanupTestCase() -{ -} - -void tst_QTimer::init() -{ -} - -void tst_QTimer::cleanup() -{ -} - void tst_QTimer::zeroTimer() { TimerHelper helper; -- cgit v1.2.3