summaryrefslogtreecommitdiff
path: root/plugins/webengine/webengineplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/webengine/webengineplugin.cpp')
-rw-r--r--plugins/webengine/webengineplugin.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/webengine/webengineplugin.cpp b/plugins/webengine/webengineplugin.cpp
index cf6811dc..0c3f2dcd 100644
--- a/plugins/webengine/webengineplugin.cpp
+++ b/plugins/webengine/webengineplugin.cpp
@@ -10,4 +10,6 @@
#include "webengineplugin.hpp"
#include "webview.h"
-rView *WebEnginePlugin::view(const QUrl &url) { return new WebView(url, nullptr); }
+void WebEnginePlugin::init(RekonqSettings *) {}
+
+RekonqView *WebEnginePlugin::view(const QUrl &url) { return new WebView(url, nullptr); }