From d8949dffc5197290207c7e42b9b2f2371868b601 Mon Sep 17 00:00:00 2001 From: Craig Scott Date: Mon, 31 May 2021 14:21:31 +1000 Subject: 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 Reviewed-by: Mitch Curtis --- .../quickdialogs2quickimpl/qtquickdialogs2quickimplglobal_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3