aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@qt.io>2021-05-31 14:21:31 +1000
committerCraig Scott <craig.scott@qt.io>2021-05-31 18:23:20 +1000
commitd8949dffc5197290207c7e42b9b2f2371868b601 (patch)
treec983e34e6d11f6e74a04e6077c0e1108bcf135f0
parent6e72cf500e7e6c8a5f1fe7ec1c776c32e4485da2 (diff)
Fix typo in exported declaration of qml_register_types... function
This prevented the function from being exported if something actually tried to use it. At the moment, no other file is including the affected header (that is a separate bug in qmltyperegistrar), which is why the build wasn't failing despite the typo. Change-Id: Ia9b266c4f5a42326932344e49bea228fd36ebb65 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
-rw-r--r--src/quickdialogs2/quickdialogs2quickimpl/qtquickdialogs2quickimplglobal_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quickdialogs2/quickdialogs2quickimpl/qtquickdialogs2quickimplglobal_p.h b/src/quickdialogs2/quickdialogs2quickimpl/qtquickdialogs2quickimplglobal_p.h
index 799c9cd0..92363f9a 100644
--- a/src/quickdialogs2/quickdialogs2quickimpl/qtquickdialogs2quickimplglobal_p.h
+++ b/src/quickdialogs2/quickdialogs2quickimpl/qtquickdialogs2quickimplglobal_p.h
@@ -65,6 +65,6 @@ QT_BEGIN_NAMESPACE
QT_END_NAMESPACE
-Q_QUICKDIALOGS2QUICKIMPL_PRIVATE_EXPORT void qml_register_types_QtQuick_Dialogs_quick_impl();
+Q_QUICKDIALOGS2QUICKIMPL_PRIVATE_EXPORT void qml_register_types_QtQuick_Dialogs_quickimpl();
#endif // QTQUICKDIALOGS2QUICKIMPLGLOBAL_P_H