summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAdam Kallai <kadam@inf.u-szeged.hu>2016-08-23 11:54:23 +0200
committerAdam Kallai <kadam@inf.u-szeged.hu>2016-08-31 07:30:10 +0000
commit3b1e7a860a79509205c5fb93bf74b3dd3f56b8d2 (patch)
treeeae14df58d135c0c02ebfdc24db172527d6681d2 /tests
parent9cda8d4384825bd93b949f31953548beda165ef8 (diff)
Update public API list
Change-Id: I40ed13a5dd1d0eaea950bd80b65378bfb303275d Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/quick/publicapi/tst_publicapi.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/quick/publicapi/tst_publicapi.cpp b/tests/auto/quick/publicapi/tst_publicapi.cpp
index b872f6620..af69a25de 100644
--- a/tests/auto/quick/publicapi/tst_publicapi.cpp
+++ b/tests/auto/quick/publicapi/tst_publicapi.cpp
@@ -351,6 +351,9 @@ static QStringList expectedAPI = QStringList()
<< "QQuickWebEngineView.printToPdf(QJSValue,PrintedPageSizeId,PrintedPageOrientation) --> void"
<< "QQuickWebEngineView.printToPdf(QJSValue,PrintedPageSizeId) --> void"
<< "QQuickWebEngineView.printToPdf(QJSValue) --> void"
+ << "QQuickWebEngineView.canViewSource --> bool"
+ << "QQuickWebEngineView.replaceMisspelledWord(QString) --> void"
+ << "QQuickWebEngineView.viewSource() --> void"
<< "QQuickWebEngineCertificateError.SslPinnedKeyNotInCertificateChain --> Error"
<< "QQuickWebEngineCertificateError.CertificateCommonNameInvalid --> Error"
<< "QQuickWebEngineCertificateError.CertificateDateInvalid --> Error"
@@ -444,6 +447,11 @@ static QStringList expectedAPI = QStringList()
<< "QQuickWebEngineProfile.downloadRequested(QQuickWebEngineDownloadItem*) --> void"
<< "QQuickWebEngineProfile.downloadFinished(QQuickWebEngineDownloadItem*) --> void"
<< "QQuickWebEngineProfile.NoCache --> HttpCacheType"
+ << "QQuickWebEngineProfile.spellCheckLanguage --> QString"
+ << "QQuickWebEngineProfile.spellCheckEnabled --> bool"
+ << "QQuickWebEngineProfile.spellCheckLanguageChanged() --> void"
+ << "QQuickWebEngineProfile.spellCheckEnabledChanged() --> void"
+ << "QQuickWebEngineProfile.clearHttpCache() --> void"
<< "QQuickWebEngineScript.Deferred --> InjectionPoint"
<< "QQuickWebEngineScript.DocumentReady --> InjectionPoint"
<< "QQuickWebEngineScript.DocumentCreation --> InjectionPoint"
@@ -507,6 +515,8 @@ static QStringList expectedAPI = QStringList()
<< "QQuickWebEngineSettings.accelerated2dCanvasEnabledChanged() --> void"
<< "QQuickWebEngineSettings.autoLoadIconsForPageChanged() --> void"
<< "QQuickWebEngineSettings.touchIconsEnabledChanged() --> void"
+ << "QQuickWebEngineSettings.focusOnNavigationEnabled --> bool"
+ << "QQuickWebEngineSettings.focusOnNavigationEnabledChanged() --> void"
<< "QQuickWebEngineFullScreenRequest.origin --> QUrl"
<< "QQuickWebEngineFullScreenRequest.toggleOn --> bool"
<< "QQuickWebEngineFullScreenRequest.accept() --> void"