summaryrefslogtreecommitdiffstats
path: root/src/webview/qwebview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/webview/qwebview.cpp')
-rw-r--r--src/webview/qwebview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webview/qwebview.cpp b/src/webview/qwebview.cpp
index 470bbea..268c290 100644
--- a/src/webview/qwebview.cpp
+++ b/src/webview/qwebview.cpp
@@ -19,7 +19,7 @@ QWebView::QWebView(QWindow *parent)
{
Q_ASSERT(d);
d->setParent(this);
- qRegisterMetaType<QWebViewLoadRequestPrivate>();
+ qRegisterMetaType<QWebViewLoadRequest>();
}
QWebView::~QWebView()