summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtoolbutton/tst_qtoolbutton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtoolbutton/tst_qtoolbutton.cpp')
-rw-r--r--tests/auto/qtoolbutton/tst_qtoolbutton.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/auto/qtoolbutton/tst_qtoolbutton.cpp b/tests/auto/qtoolbutton/tst_qtoolbutton.cpp
index 8495a04ab1..9da319faa2 100644
--- a/tests/auto/qtoolbutton/tst_qtoolbutton.cpp
+++ b/tests/auto/qtoolbutton/tst_qtoolbutton.cpp
@@ -119,13 +119,6 @@ void tst_QToolButton::getSetCheck()
obj1.setDefaultAction((QAction *)0);
QCOMPARE((QAction *)0, obj1.defaultAction());
delete var4;
-
-#ifdef QT_HAS_QT3SUPPORT
- //ensure that popup delay is not reset on style change
- obj1.setPopupDelay(5);
- obj1.setStyle(new QWindowsStyle);
- QCOMPARE(obj1.popupDelay(), 5);
-#endif
}
Q_DECLARE_METATYPE(QAction*)