summaryrefslogtreecommitdiffstats
path: root/src/plugins/wasm/qwasmwebview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/wasm/qwasmwebview.cpp')
-rw-r--r--src/plugins/wasm/qwasmwebview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/wasm/qwasmwebview.cpp b/src/plugins/wasm/qwasmwebview.cpp
index 10f8e32..011a19d 100644
--- a/src/plugins/wasm/qwasmwebview.cpp
+++ b/src/plugins/wasm/qwasmwebview.cpp
@@ -72,7 +72,7 @@ void QWasmWebViewSettingsPrivate::setAllowFileAccess(bool enabled)
qWarning("setAllowFileAccess() not supported on this platform");
}
-QWasmWebViewPrivate::QWasmWebViewPrivate(QObject *p) : QAbstractWebView(p), m_window(0)
+QWasmWebViewPrivate::QWasmWebViewPrivate(QWebView *view) : QAbstractWebView(view), m_window(0)
{
m_settings = new QWasmWebViewSettingsPrivate(this);
}