summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qhash/tst_qhash.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/tools/qhash/tst_qhash.cpp')
-rw-r--r--tests/auto/corelib/tools/qhash/tst_qhash.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/auto/corelib/tools/qhash/tst_qhash.cpp b/tests/auto/corelib/tools/qhash/tst_qhash.cpp
index 277171124c..843216faec 100644
--- a/tests/auto/corelib/tools/qhash/tst_qhash.cpp
+++ b/tests/auto/corelib/tools/qhash/tst_qhash.cpp
@@ -50,11 +50,6 @@
class tst_QHash : public QObject
{
Q_OBJECT
-
-public:
- tst_QHash();
- virtual ~tst_QHash() {}
-
private slots:
void insert1();
void erase();
@@ -92,9 +87,6 @@ struct Foo {
int data[8];
};
-tst_QHash::tst_QHash()
-{}
-
int Foo::count = 0;
//copied from tst_QMap.cpp