summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2019-06-11 14:23:06 +0200
committerFabian Kosmale <fabian.kosmale@qt.io>2019-06-11 14:23:06 +0200
commit6df63e1055709b835adc60ca36dc166af1d3700a (patch)
tree3c4bfc2f82d45f55aad07efa8a13b6ad4a383ec2
parent42e9955d36579a9f0130e9e8059cdcd042cc5bcb (diff)
add correct name for blacklisted classes
Change-Id: I64395f7c69201c4744e7966c09346ed242465460 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
-rw-r--r--tests/postbuild/bic/tst_bic.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/postbuild/bic/tst_bic.cpp b/tests/postbuild/bic/tst_bic.cpp
index 94e210d7..e8f5d787 100644
--- a/tests/postbuild/bic/tst_bic.cpp
+++ b/tests/postbuild/bic/tst_bic.cpp
@@ -315,7 +315,8 @@ tst_Bic::tst_Bic(const char *appFilePath)
/* Those structures have a version field that allows extension */
bic.addBlacklistedClass(QLatin1String("QDeclarativePrivate::RegisterType"));
- bic.addBlacklistedClass(QLatin1String("QDeclarativePrivate::RegisterSingletonType"));
+ bic.addBlacklistedClass(QLatin1String("QQmlPrivate::RegisterType"));
+ bic.addBlacklistedClass(QLatin1String("QQmlPrivate::RegisterSingletonType"));
/* according to Thiago this is a false positive */
bic.addBlacklistedClass(QLatin1String("QLoggingCategory::AtomicBools"));