summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2022-11-10 11:55:43 +0100
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2022-11-10 13:31:01 +0100
commit12a74666b76ab03b3d2cd811bbb61da7fb29cfd5 (patch)
tree6645ebdf5f9f2839cc97001e398d6d858edbba8c /tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp
parent224d795ec9b110590a8a694e695d9fff73f3d9de (diff)
Remove unused tst_qwidget_mac_helpers.h/mm
The usage of the helpers was removed in 2011, in bf8dfc394a95acb6cab063dac69cef534666543c. Change-Id: I950812982148fd76bcc65c4781a144c21cb3c901 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
Diffstat (limited to 'tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp')
-rw-r--r--tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp b/tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp
index 7bfe78cd57..abc939ce93 100644
--- a/tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp
+++ b/tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp
@@ -50,10 +50,6 @@
#include <qtimer.h>
#include <QtWidgets/QDoubleSpinBox>
-#if defined(Q_OS_MACOS)
-#include "tst_qwidget_mac_helpers.h" // Abstract the ObjC stuff out so not everyone must run an ObjC++ compile.
-#endif
-
#include <QtTest/QTest>
#include <QtTest/private/qtesthelpers_p.h>