summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/publicapi/tst_publicapi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/publicapi/tst_publicapi.cpp')
-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"