aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlapplicationengine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/qqmlapplicationengine.h')
-rw-r--r--src/qml/qml/qqmlapplicationengine.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/qml/qml/qqmlapplicationengine.h b/src/qml/qml/qqmlapplicationengine.h
index 7faa51892e..dc8a0c9100 100644
--- a/src/qml/qml/qqmlapplicationengine.h
+++ b/src/qml/qml/qqmlapplicationengine.h
@@ -58,9 +58,6 @@ public:
QQmlApplicationEngine(const QString &filePath, QObject *parent = nullptr);
~QQmlApplicationEngine() override;
-#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
- QList<QObject*> rootObjects(); // ### Qt 6: remove
-#endif
QList<QObject*> rootObjects() const;
public Q_SLOTS: