From abd050e9806123cbc6288e7d33ed01ceb2921766 Mon Sep 17 00:00:00 2001 From: Kirill Burtsev Date: Tue, 13 Jul 2021 12:21:50 +0200 Subject: Remove duplicated 'downloadProgress' in favor of separate signals Pick-to: 6.2 Change-Id: Ib825d63c89e591e740b206f43c3eadbf32319daa Reviewed-by: Allan Sandfeld Jensen --- tests/auto/quick/publicapi/tst_publicapi.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/auto') diff --git a/tests/auto/quick/publicapi/tst_publicapi.cpp b/tests/auto/quick/publicapi/tst_publicapi.cpp index 62b8ae21c..9532dd412 100644 --- a/tests/auto/quick/publicapi/tst_publicapi.cpp +++ b/tests/auto/quick/publicapi/tst_publicapi.cpp @@ -261,7 +261,6 @@ static const QStringList expectedAPI = QStringList() << "QWebEngineDownloadRequest.downloadDirectoryChanged() --> void" << "QWebEngineDownloadRequest.downloadFileName --> QString" << "QWebEngineDownloadRequest.downloadFileNameChanged() --> void" - << "QWebEngineDownloadRequest.downloadProgress(qlonglong,qlonglong) --> void" // FIXME << "QQuickWebEngineDownloadRequest.view --> QQuickWebEngineView*" << "QQuickWebEngineFileDialogRequest.FileModeOpen --> FileMode" << "QQuickWebEngineFileDialogRequest.FileModeOpenMultiple --> FileMode" -- cgit v1.2.3