Commit 02da875d authored by Joerg Bornemann's avatar Joerg Bornemann Committed by Jani Heikkinen
Browse files

demobrowser: Remove connection to non-existent signal

This amends commit 213fbe76

.

Change-Id: Ie5ca9f7713b0653e0e5241eb3e99644425a3b1e3
Reviewed-by: default avatarAllan Sandfeld Jensen <allan.jensen@qt.io>
Showing with 0 additions and 2 deletions
......@@ -349,8 +349,6 @@ void WebView::setPage(WebPage *_page)
connect(page(), SIGNAL(statusBarMessage(QString)),
SLOT(setStatusBarText(QString)));
#endif
connect(page(), SIGNAL(loadingUrl(QUrl)),
this, SIGNAL(urlChanged(QUrl)));
connect(page(), SIGNAL(iconChanged(QIcon)),
this, SLOT(onIconChanged(QIcon)));
connect(page(), &WebPage::featurePermissionRequested, this, &WebView::onFeaturePermissionRequested);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment