summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/publicapi
diff options
context:
space:
mode:
authorSzabolcs David <davidsz@inf.u-szeged.hu>2014-04-10 05:01:51 -0700
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-05-05 12:50:48 +0200
commitf135b53640f6e74686d3fc8bc6ce8ffc427c36c1 (patch)
tree88bae161f32942406506dbb9307131308c6cdd21 /tests/auto/quick/publicapi
parente41b5bf1ef861a69c2825150215d7f5e0c96a847 (diff)
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 <andras.becsi@digia.com>
Diffstat (limited to 'tests/auto/quick/publicapi')
-rw-r--r--tests/auto/quick/publicapi/tst_publicapi.cpp2
1 files changed, 1 insertions, 1 deletions
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"