summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2021-11-23 21:51:33 +0100
committerFabian Kosmale <fabian.kosmale@qt.io>2021-11-24 06:39:07 +0100
commit3167f0f1ba76e33a11f1d4004b7370740ff36094 (patch)
tree0aed768d345f96acd662487893cb794f229047c0 /tests
parentcbf2c3e81d0c3826deab03119327f11c2c7211ca (diff)
downloadqtqa-3167f0f1ba76e33a11f1d4004b7370740ff36094.tar.gz
Don't bic-test QQmlPrivate::RegisterTypeAndRevisions
Change-Id: I2f52501f02759c293dadc9e687d1e1044b1e1ba8 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/postbuild/bic/tst_bic.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/postbuild/bic/tst_bic.cpp b/tests/postbuild/bic/tst_bic.cpp
index c31e71c..37d506d 100644
--- a/tests/postbuild/bic/tst_bic.cpp
+++ b/tests/postbuild/bic/tst_bic.cpp
@@ -318,6 +318,7 @@ tst_Bic::tst_Bic(const char *appFilePath)
/* Those structures have a version field that allows extension */
bic.addBlacklistedClass(QLatin1String("QDeclarativePrivate::RegisterType"));
bic.addBlacklistedClass(QLatin1String("QQmlPrivate::RegisterType"));
+ bic.addBlacklistedClass(QLatin1String("QQmlPrivate::RegisterTypeAndRevisions"));
bic.addBlacklistedClass(QLatin1String("QQmlPrivate::RegisterSingletonType"));
bic.addBlacklistedClass(QLatin1String("QQmlPrivate::RegisterInterface"));