summaryrefslogtreecommitdiffstats
path: root/tests/postbuild
diff options
context:
space:
mode:
authorVille Voutilainen <ville.voutilainen@qt.io>2024-02-06 21:43:58 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2024-02-07 05:27:51 +0000
commit9d52ae48ff6b9fb3012ba3cb35e6c6409a41fc58 (patch)
tree17c48d5917375ee573021817190e4cb3d6f252cc /tests/postbuild
parentc2cd44d6fd6ab1ea2e19efa03bf06cfae52a992a (diff)
Blacklist an intentionally removed implementation detailv6.7.1v6.7.0-rc2v6.7.0-rc1v6.7.0-beta3v6.7.0
QProperty no longer uses QUntypedPropertyData::InheritsQUntypedPropertyData, and it was never a type that was expected to appear in any ABI. Amends qtbase:216af5d7f9675a408e22167b097f221beeeb88db. Task-number: QTBUG-121994 Change-Id: I40da316bac473e4b341f1904416a738ba066a8d9 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'tests/postbuild')
-rw-r--r--tests/postbuild/bic/tst_bic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/postbuild/bic/tst_bic.cpp b/tests/postbuild/bic/tst_bic.cpp
index 40c60dd0..0a2a0d56 100644
--- a/tests/postbuild/bic/tst_bic.cpp
+++ b/tests/postbuild/bic/tst_bic.cpp
@@ -338,7 +338,7 @@ tst_Bic::tst_Bic(const char *appFilePath)
bic.addBlacklistedClass(QLatin1String("QSGMaterialShader::GraphicsPipelineState"));
/* intentionally removed */
bic.addBlacklistedClass(QLatin1String("QDeferredDeleteEvent"));
-
+ bic.addBlacklistedClass(QLatin1String("QUntypedPropertyData::InheritsQUntypedPropertyData"));
/* an override added in a patch release */
bic.addBlacklistedClass(QLatin1String("QDialogButtonBox"));
/* likewise, an override added in another patch release */