summaryrefslogtreecommitdiffstats
path: root/src/webenginequick/plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/webenginequick/plugin.cpp')
-rw-r--r--src/webenginequick/plugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/webenginequick/plugin.cpp b/src/webenginequick/plugin.cpp
index d64059a07..e06596b44 100644
--- a/src/webenginequick/plugin.cpp
+++ b/src/webenginequick/plugin.cpp
@@ -9,10 +9,10 @@
#if QT_VERSION >= QT_VERSION_CHECK(6, 4, 0)
QT_BEGIN_NAMESPACE
-void Q_WEBENGINEQUICK_PRIVATE_EXPORT qml_register_types_QtWebEngine();
+void Q_WEBENGINEQUICK_EXPORT qml_register_types_QtWebEngine();
QT_END_NAMESPACE
#else
-void Q_WEBENGINEQUICK_PRIVATE_EXPORT qml_register_types_QtWebEngine();
+void Q_WEBENGINEQUICK_EXPORT qml_register_types_QtWebEngine();
#endif
QT_BEGIN_NAMESPACE