summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/itemviews/qheaderview/tst_qheaderview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/widgets/itemviews/qheaderview/tst_qheaderview.cpp')
-rw-r--r--tests/auto/widgets/itemviews/qheaderview/tst_qheaderview.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/auto/widgets/itemviews/qheaderview/tst_qheaderview.cpp b/tests/auto/widgets/itemviews/qheaderview/tst_qheaderview.cpp
index ef417bf914..ff76ddc39c 100644
--- a/tests/auto/widgets/itemviews/qheaderview/tst_qheaderview.cpp
+++ b/tests/auto/widgets/itemviews/qheaderview/tst_qheaderview.cpp
@@ -104,7 +104,6 @@ class tst_QHeaderView : public QObject
public:
tst_QHeaderView();
- static void initMain();
private slots:
void initTestCase();
@@ -265,10 +264,6 @@ protected:
QElapsedTimer timer;
};
-void tst_QHeaderView::initMain()
-{
-}
-
class QtTestModel: public QAbstractTableModel
{
Q_OBJECT