summaryrefslogtreecommitdiffstats
path: root/tests/manual/windowgeometry/controllerwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/windowgeometry/controllerwidget.h')
-rw-r--r--tests/manual/windowgeometry/controllerwidget.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/manual/windowgeometry/controllerwidget.h b/tests/manual/windowgeometry/controllerwidget.h
index 4b5dfac348..e492f965b5 100644
--- a/tests/manual/windowgeometry/controllerwidget.h
+++ b/tests/manual/windowgeometry/controllerwidget.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2016 The Qt Company Ltd.
+** Copyright (C) 2021 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
@@ -147,9 +147,7 @@ public:
private:
QScopedPointer<QWidget> m_testWidget;
-#if QT_VERSION >= 0x050000
QScopedPointer<QWindow> m_testWindow;
-#endif
};
#endif // CONTROLLERWIDGET_H