summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/postbuild/bic/tst_bic.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/postbuild/bic/tst_bic.cpp b/tests/postbuild/bic/tst_bic.cpp
index 6840f662..fe3df9ce 100644
--- a/tests/postbuild/bic/tst_bic.cpp
+++ b/tests/postbuild/bic/tst_bic.cpp
@@ -338,6 +338,9 @@ tst_Bic::tst_Bic(const char *appFilePath)
bic.addBlacklistedClass(QLatin1String("QSGMaterialShader::GraphicsPipelineState"));
/* intentionally removed */
bic.addBlacklistedClass(QLatin1String("QDeferredDeleteEvent"));
+
+ /* an override added in a patch release */
+ bic.addBlacklistedClass(QLatin1String("QDialogButtonBox"));
}
void tst_Bic::initTestCase()