summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAdam Kallai <kadam@inf.u-szeged.hu>2015-08-13 13:57:14 +0200
committerAdam Kallai <kadam@inf.u-szeged.hu>2015-08-27 12:30:47 +0000
commitd0ce6ce776852c1fab3d349ee709e5ac49f18796 (patch)
treecc097e2adfb0521e6f8a38f6cd6d4d2914cb272d /tests
parent54630a8eddfa3d98a89f198fcf5890e7a0d43a5b (diff)
Update the expected list of public API testcase
Change-Id: I5cec5789149e3a9ed8b6752646f1879bb3dd56aa Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/quick/publicapi/tst_publicapi.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/quick/publicapi/tst_publicapi.cpp b/tests/auto/quick/publicapi/tst_publicapi.cpp
index eb925b178..8f0c2f6ec 100644
--- a/tests/auto/quick/publicapi/tst_publicapi.cpp
+++ b/tests/auto/quick/publicapi/tst_publicapi.cpp
@@ -169,6 +169,7 @@ static QStringList expectedAPI = QStringList()
<< "QQuickWebEngineView.zoomFactor --> double"
<< "QQuickWebEngineView.zoomFactorChanged(double) --> void"
<< "QQuickWebEngineView.profile --> QQuickWebEngineProfile*"
+ << "QQuickWebEngineView.profileChanged() --> void"
<< "QQuickWebEngineView.navigationHistory --> QQuickWebEngineHistory*"
<< "QQuickWebEngineView.newViewRequested(QQuickWebEngineNewViewRequest*) --> void"
<< "QQuickWebEngineView.userScripts --> QQmlListProperty<QQuickWebEngineScript>"