summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAdam Kallai <kadam@inf.u-szeged.hu>2016-05-26 11:03:25 +0200
committerAdam Kallai <kadam@inf.u-szeged.hu>2016-05-31 09:14:34 +0000
commit12f260accb3270dee9241a969fcc1513c56e4fcd (patch)
tree9b8cabe76ca1f6050cac7bd8c477501c79a04542 /tests
parent71916012ea9434247c31e361a3033ae69c4781c6 (diff)
Update public API list
Change-Id: I348d135949aaca4695352b1d7a27187d891ddd56 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/quick/publicapi/tst_publicapi.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/auto/quick/publicapi/tst_publicapi.cpp b/tests/auto/quick/publicapi/tst_publicapi.cpp
index 34170da8a..1937dca04 100644
--- a/tests/auto/quick/publicapi/tst_publicapi.cpp
+++ b/tests/auto/quick/publicapi/tst_publicapi.cpp
@@ -364,6 +364,7 @@ static QStringList expectedAPI = QStringList()
<< "QQuickWebEngineCertificateError.CertificateNonUniqueName --> Error"
<< "QQuickWebEngineCertificateError.CertificateWeakKey --> Error"
<< "QQuickWebEngineCertificateError.CertificateNameConstraintViolation --> Error"
+ << "QQuickWebEngineCertificateError.CertificateValidityTooLong --> Error"
<< "QQuickWebEngineCertificateError.url --> QUrl"
<< "QQuickWebEngineCertificateError.error --> Error"
<< "QQuickWebEngineCertificateError.description --> QString"
@@ -492,13 +493,11 @@ static QStringList expectedAPI = QStringList()
<< "QQuickWebEngineSettings.defaultTextEncodingChanged() --> void"
<< "QQuickWebEngineSettings.screenCaptureEnabled --> bool"
<< "QQuickWebEngineSettings.webGLEnabled --> bool"
- << "QQuickWebEngineSettings.webAudioEnabled --> bool"
<< "QQuickWebEngineSettings.accelerated2dCanvasEnabled --> bool"
<< "QQuickWebEngineSettings.autoLoadIconsForPage --> bool"
<< "QQuickWebEngineSettings.touchIconsEnabled --> bool"
<< "QQuickWebEngineSettings.screenCaptureEnabledChanged() --> void"
<< "QQuickWebEngineSettings.webGLEnabledChanged() --> void"
- << "QQuickWebEngineSettings.webAudioEnabledChanged() --> void"
<< "QQuickWebEngineSettings.accelerated2dCanvasEnabledChanged() --> void"
<< "QQuickWebEngineSettings.autoLoadIconsForPageChanged() --> void"
<< "QQuickWebEngineSettings.touchIconsEnabledChanged() --> void"