summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/publicapi
diff options
context:
space:
mode:
authorPeter Varga <pvarga@inf.u-szeged.hu>2018-09-11 15:48:43 +0200
committerPeter Varga <pvarga@inf.u-szeged.hu>2018-09-20 07:03:40 +0000
commit1e89fa4226be870d97d3b21c6c7087886c81bbc5 (patch)
treed534014f0031e0d0d349dd7efd96f9a80ebd0e5d /tests/auto/quick/publicapi
parentd74fd9b0d9bf5ab80e6c104fec5a92a9b3b9372d (diff)
Clean up WebEngineAction API
- Rename iconText to iconName - Remove unused QQuickWebEngineAction::toggled signal - Remove argument of QQuickWebEngineAction::enabledChanged signal Change-Id: I37172c096003eea58e567753265abd91679dacf1 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'tests/auto/quick/publicapi')
-rw-r--r--tests/auto/quick/publicapi/tst_publicapi.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/auto/quick/publicapi/tst_publicapi.cpp b/tests/auto/quick/publicapi/tst_publicapi.cpp
index d8c1bd80c..0e48e280d 100644
--- a/tests/auto/quick/publicapi/tst_publicapi.cpp
+++ b/tests/auto/quick/publicapi/tst_publicapi.cpp
@@ -96,11 +96,10 @@ static const QStringList hardcodedTypes = QStringList()
static const QStringList expectedAPI = QStringList()
<< "QQuickWebEngineAction.text --> QString"
- << "QQuickWebEngineAction.iconText --> QString"
+ << "QQuickWebEngineAction.iconName --> QString"
<< "QQuickWebEngineAction.enabled --> bool"
- << "QQuickWebEngineAction.toggled() --> void"
<< "QQuickWebEngineAction.triggered() --> void"
- << "QQuickWebEngineAction.enabledChanged(bool) --> void"
+ << "QQuickWebEngineAction.enabledChanged() --> void"
<< "QQuickWebEngineAction.trigger() --> void"
<< "QQuickWebEngineAuthenticationDialogRequest.AuthenticationTypeHTTP --> AuthenticationType"
<< "QQuickWebEngineAuthenticationDialogRequest.AuthenticationTypeProxy --> AuthenticationType"