summaryrefslogtreecommitdiffstats
path: root/src/webengine/api/qtwebengineglobal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/webengine/api/qtwebengineglobal.h')
-rw-r--r--src/webengine/api/qtwebengineglobal.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/webengine/api/qtwebengineglobal.h b/src/webengine/api/qtwebengineglobal.h
index 46f77c55f..f5fa479d9 100644
--- a/src/webengine/api/qtwebengineglobal.h
+++ b/src/webengine/api/qtwebengineglobal.h
@@ -55,6 +55,12 @@ QT_BEGIN_NAMESPACE
# define Q_WEBENGINE_EXPORT
#endif
+class Q_WEBENGINE_EXPORT QWebEngine
+{
+public:
+ static void initialize();
+};
+
QT_END_NAMESPACE
#endif // QTWEBENGINEGLOBAL_H