From f3d512f42762bcf325e688af3d696a69cd5bbea1 Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Fri, 6 May 2011 14:21:10 +0200 Subject: [PATCH] dead test --- tests/sharedtimertest.h | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 tests/sharedtimertest.h diff --git a/tests/sharedtimertest.h b/tests/sharedtimertest.h deleted file mode 100644 index 62b1ee5c4..000000000 --- a/tests/sharedtimertest.h +++ /dev/null @@ -1,31 +0,0 @@ - -#ifndef SHAREDTIMERTEST_H -#define SHAREDTIMERTEST_H - -#include -#include - -namespace Plasma -{ - class Timer; -} // namespace Plasma - -class Tester : public QObject -{ - Q_OBJECT - -public: - Tester(int rounds); - -private Q_SLOTS: - void timeout(); - -private: - int m_count; - int m_round; - int m_targetRounds; - QList m_order; -}; - -#endif -