summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/graphicsview/qgraphicsitem/tst_qgraphicsitem.cpp
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-08-27 17:29:14 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-08-28 22:16:53 +0200
commit9d2b43de19eebc836683e00ca0516a59cb6abe5d (patch)
treee116d68826eaa8b068cde23d90bbdcb10851928c /tests/auto/widgets/graphicsview/qgraphicsitem/tst_qgraphicsitem.cpp
parent1aa412987f9f71232e6ed36d16df8f15efec9903 (diff)
Use build-system to declare tests that are low-DPI
Change-Id: I6da7204683b3c46232cfc542ed5e28131a82e87d Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'tests/auto/widgets/graphicsview/qgraphicsitem/tst_qgraphicsitem.cpp')
-rw-r--r--tests/auto/widgets/graphicsview/qgraphicsitem/tst_qgraphicsitem.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/auto/widgets/graphicsview/qgraphicsitem/tst_qgraphicsitem.cpp b/tests/auto/widgets/graphicsview/qgraphicsitem/tst_qgraphicsitem.cpp
index 3d4c50f19a..200cf3c82f 100644
--- a/tests/auto/widgets/graphicsview/qgraphicsitem/tst_qgraphicsitem.cpp
+++ b/tests/auto/widgets/graphicsview/qgraphicsitem/tst_qgraphicsitem.cpp
@@ -286,9 +286,6 @@ class tst_QGraphicsItem : public QObject
{
Q_OBJECT
-public:
- static void initMain();
-
private slots:
void cleanup();
void construction();
@@ -494,10 +491,6 @@ private:
QPointingDevice *m_touchDevice = QTest::createTouchDevice();
};
-void tst_QGraphicsItem::initMain()
-{
-}
-
void tst_QGraphicsItem::cleanup()
{
QVERIFY(QApplication::topLevelWidgets().isEmpty());