summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-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"));