summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVille Voutilainen <ville.voutilainen@qt.io>2023-10-02 09:38:36 +0300
committerVille Voutilainen <ville.voutilainen@qt.io>2023-10-02 10:07:15 +0300
commit69761e48882d17550d421cfeaded029d4c1eb16b (patch)
treec1f8044fc938b270ec2a94ae7fa068a779cb65e2
parentcfd1b9adb263f7728da0e5b5768187c25dcf21d7 (diff)
Fix a Bic failure caused by a new override in QRasterWindow
Task-number: QTBUG-117712 Change-Id: I5d66a8be1a3920cbe9e4d44839ccffb9f116cdd6 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
-rw-r--r--tests/postbuild/bic/tst_bic.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/postbuild/bic/tst_bic.cpp b/tests/postbuild/bic/tst_bic.cpp
index 25deea6c..66c3df1e 100644
--- a/tests/postbuild/bic/tst_bic.cpp
+++ b/tests/postbuild/bic/tst_bic.cpp
@@ -342,6 +342,8 @@ tst_Bic::tst_Bic(const char *appFilePath)
/* an override added in a patch release */
bic.addBlacklistedClass(QLatin1String("QDialogButtonBox"));
+ /* likewise, an override added in another patch release */
+ bic.addBlacklistedClass(QLatin1String("QRasterWindow"));
}
void tst_Bic::initTestCase()