From f135b53640f6e74686d3fc8bc6ce8ffc427c36c1 Mon Sep 17 00:00:00 2001 From: Szabolcs David Date: Thu, 10 Apr 2014 05:01:51 -0700 Subject: Add linkHovered signal to the QQuickWebEngineView I dropped hovered title support from the QtWebKit API, it seems we don't need that logic. Change-Id: I5617c295344512a35aa526a6f1307f0b21f866d6 Reviewed-by: Andras Becsi --- tests/auto/quick/publicapi/tst_publicapi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/quick/publicapi') diff --git a/tests/auto/quick/publicapi/tst_publicapi.cpp b/tests/auto/quick/publicapi/tst_publicapi.cpp index 3ce31477b..507493e35 100644 --- a/tests/auto/quick/publicapi/tst_publicapi.cpp +++ b/tests/auto/quick/publicapi/tst_publicapi.cpp @@ -97,7 +97,7 @@ static QStringList expectedAPI = QStringList() << "QQuickWebEngineView.javaScriptConsoleMessage(int,QString,int,QString) --> void" << "QQuickWebEngineView.urlChanged() --> void" << "QQuickWebEngineView.iconChanged() --> void" - << "QQuickWebEngineView.linkHovered(QUrl,QString) --> void" + << "QQuickWebEngineView.linkHovered(QUrl) --> void" << "QQuickWebEngineView.navigationRequested(QQuickWebEngineNavigationRequest*) --> void" << "QQuickWebEngineView.loadHtml(QString,QUrl,QUrl) --> void" << "QQuickWebEngineView.loadHtml(QString,QUrl) --> void" -- cgit v1.2.3