From fd2a2808ac2c53220c907d7177aee0d172102859 Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Fri, 16 Jul 2021 12:58:44 +0200 Subject: Remove unnecessary type registrtion function declarations For auto-generated plugins we don't need the declarations. Pick-to: 6.2 Change-Id: I0250703e7c81debc6bc6ca526722c43b8a8058c8 Reviewed-by: Mitch Curtis --- src/quickcontrols2impl/qtquickcontrols2implglobal_p.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/quickcontrols2impl') diff --git a/src/quickcontrols2impl/qtquickcontrols2implglobal_p.h b/src/quickcontrols2impl/qtquickcontrols2implglobal_p.h index 9ff27a3b..1065aa78 100644 --- a/src/quickcontrols2impl/qtquickcontrols2implglobal_p.h +++ b/src/quickcontrols2impl/qtquickcontrols2implglobal_p.h @@ -62,6 +62,4 @@ #define Q_QUICKCONTROLS2_PRIVATE_EXPORT Q_QUICKCONTROLS2IMPL_EXPORT -Q_QUICKCONTROLS2_PRIVATE_EXPORT void qml_register_types_QtQuick_Controls_impl(); - #endif // QTQUICKCONTROLS2IMPLGLOBAL_H -- cgit v1.2.3