summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/modeltest/tst_modeltest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/other/modeltest/tst_modeltest.cpp')
-rw-r--r--tests/auto/other/modeltest/tst_modeltest.cpp28
1 files changed, 0 insertions, 28 deletions
diff --git a/tests/auto/other/modeltest/tst_modeltest.cpp b/tests/auto/other/modeltest/tst_modeltest.cpp
index 06195fdbae..f07609b230 100644
--- a/tests/auto/other/modeltest/tst_modeltest.cpp
+++ b/tests/auto/other/modeltest/tst_modeltest.cpp
@@ -44,16 +44,6 @@ class tst_ModelTest : public QObject
{
Q_OBJECT
-public:
- tst_ModelTest() {}
- virtual ~tst_ModelTest() {}
-
-public slots:
- void initTestCase();
- void cleanupTestCase();
- void init();
- void cleanup();
-
private slots:
void stringListModel();
void treeWidgetModel();
@@ -63,24 +53,6 @@ private slots:
void testResetThroughProxy();
};
-
-
-void tst_ModelTest::initTestCase()
-{
-}
-
-void tst_ModelTest::cleanupTestCase()
-{
-}
-
-void tst_ModelTest::init()
-{
-
-}
-
-void tst_ModelTest::cleanup()
-{
-}
/*
tests
*/