summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/itemmodels/qitemselectionmodel/tst_qitemselectionmodel.cpp
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2011-12-23 11:55:38 +1000
committerQt by Nokia <qt-info@nokia.com>2011-12-28 04:50:35 +0100
commit9f843918f27024181925b53b013666cc75e2d2e2 (patch)
tree601dce6e8447c7b965fac8f843dd1646763c02ef /tests/auto/corelib/itemmodels/qitemselectionmodel/tst_qitemselectionmodel.cpp
parentea415e20607016651f3cef02dff109235d84eb4d (diff)
Remove empty functions from itemmodels tests.
Change-Id: I23775a334812b096192c7f44c4a3cb06f4b08705 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/corelib/itemmodels/qitemselectionmodel/tst_qitemselectionmodel.cpp')
-rw-r--r--tests/auto/corelib/itemmodels/qitemselectionmodel/tst_qitemselectionmodel.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/auto/corelib/itemmodels/qitemselectionmodel/tst_qitemselectionmodel.cpp b/tests/auto/corelib/itemmodels/qitemselectionmodel/tst_qitemselectionmodel.cpp
index dedcd0f4b1..6d2de19696 100644
--- a/tests/auto/corelib/itemmodels/qitemselectionmodel/tst_qitemselectionmodel.cpp
+++ b/tests/auto/corelib/itemmodels/qitemselectionmodel/tst_qitemselectionmodel.cpp
@@ -51,8 +51,6 @@ class tst_QItemSelectionModel : public QObject
public:
tst_QItemSelectionModel();
- virtual ~tst_QItemSelectionModel();
-
public slots:
void initTestCase();
@@ -190,10 +188,6 @@ tst_QItemSelectionModel::tst_QItemSelectionModel() : model(0), selection(0)
{
}
-tst_QItemSelectionModel::~tst_QItemSelectionModel()
-{
-}
-
/*
This test usually uses a model with a 5x5 table
-------------------------------------------