summaryrefslogtreecommitdiffstats
path: root/lib/qquickwebcontentsview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/qquickwebcontentsview.cpp')
-rw-r--r--lib/qquickwebcontentsview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/qquickwebcontentsview.cpp b/lib/qquickwebcontentsview.cpp
index 0b56aa543..0d82020fa 100644
--- a/lib/qquickwebcontentsview.cpp
+++ b/lib/qquickwebcontentsview.cpp
@@ -79,7 +79,7 @@ QQuickWebContentsView::QQuickWebContentsView()
WebContentsDelegateQt* delegate = d->webContentsDelegate.get();
connect(delegate, SIGNAL(titleChanged(QString)), this, SIGNAL(titleChanged(QString)));
- connect(delegate, SIGNAL(urlChanged()), this, SIGNAL(urlChanged()));
+ connect(delegate, SIGNAL(urlChanged(QUrl)), this, SIGNAL(urlChanged()));
connect(delegate, SIGNAL(loadingStateChanged()), this, SIGNAL(loadingStateChanged()));
WebContentsViewQt* content_view = static_cast<WebContentsViewQt*>(d->webContentsDelegate->web_contents()->GetView());