summaryrefslogtreecommitdiff
path: root/src/webenginequick/plugin.cpp
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2022-01-03 19:06:05 +0100
committerUlf Hermann <ulf.hermann@qt.io>2022-02-10 17:54:44 +0100
commit5208245d2ccabbc07ecf6b845cfa3d971d2ed7e5 (patch)
tree52b0ca300e36abd69c89ae3f2942cd2e2de6e909 /src/webenginequick/plugin.cpp
parentc79a2f9b81ba8b95af8c521f40cf7ecb7fe75306 (diff)
downloadqtwebengine-5208245d2ccabbc07ecf6b845cfa3d971d2ed7e5.tar.gz
Adapt to moving of type registrations into the Qt namespace
Change-Id: I46259b81a75d050e6fb3554ee2b13e76bb90cd3b Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
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 f04f4f54e..0b6ad8191 100644
--- a/src/webenginequick/plugin.cpp
+++ b/src/webenginequick/plugin.cpp
@@ -43,10 +43,10 @@
#include <QtWebEngineQuick/private/qquickwebenginefaviconprovider_p_p.h>
#include <QtWebEngineQuick/private/qquickwebenginetouchhandleprovider_p_p.h>
-void Q_WEBENGINEQUICK_PRIVATE_EXPORT qml_register_types_QtWebEngine();
-
QT_BEGIN_NAMESPACE
+void Q_WEBENGINEQUICK_PRIVATE_EXPORT qml_register_types_QtWebEngine();
+
class QtWebEnginePlugin : public QQmlExtensionPlugin
{
Q_OBJECT