aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlxmllistmodel
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2021-07-16 12:56:10 +0200
committerUlf Hermann <ulf.hermann@qt.io>2021-07-16 14:13:27 +0200
commit2d86fb686a3226bb84994e9f61c5d34f448f6e49 (patch)
tree55d0722265685913a6bf92d5df6a51cad95f9923 /src/qmlxmllistmodel
parentdd4a79c36b39415171ca2f4723b3cdd52e5eebd0 (diff)
Remove unnecessary declarations of type registration functions
For generated plugins, we do not need to manually declare type registration functions. Pick-to: 6.2 Change-Id: Iafd311375e4542a74fe2530e64e2b4bbe15af690 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'src/qmlxmllistmodel')
-rw-r--r--src/qmlxmllistmodel/qtqmlxmllistmodelglobal_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qmlxmllistmodel/qtqmlxmllistmodelglobal_p.h b/src/qmlxmllistmodel/qtqmlxmllistmodelglobal_p.h
index 068732cc05..d124891ef3 100644
--- a/src/qmlxmllistmodel/qtqmlxmllistmodelglobal_p.h
+++ b/src/qmlxmllistmodel/qtqmlxmllistmodelglobal_p.h
@@ -69,6 +69,4 @@ QT_BEGIN_NAMESPACE
QT_END_NAMESPACE
-void Q_QMLXMLLISTMODEL_PRIVATE_EXPORT qml_register_types_QtQml_XmlListModel();
-
#endif // QTQMLXMLLISTMODELGLOBAL_P_H