summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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