summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/postbuild/bic/tst_bic.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/postbuild/bic/tst_bic.cpp b/tests/postbuild/bic/tst_bic.cpp
index 6ff0e27..ca4e08d 100644
--- a/tests/postbuild/bic/tst_bic.cpp
+++ b/tests/postbuild/bic/tst_bic.cpp
@@ -227,9 +227,7 @@ tst_Bic::tst_Bic(const char *appFilePath)
bic.addBlacklistedClass(QLatin1String("QOpenGLExtraFunctionsPrivate"));
bic.addBlacklistedClass(QLatin1String("QGLFunctionsPrivate"));
bic.addBlacklistedClass(QLatin1String("QDebug::Stream"));
- bic.addBlacklistedClass(QLatin1String("QtPrivate::StreamStateSaver"));
- bic.addBlacklistedClass(QLatin1String("QtPrivate::big_"));
- bic.addBlacklistedClass(QLatin1String("QtPrivate::q_relocate_overlap_n_left_move*"));
+ bic.addBlacklistedClass(QLatin1String("QtPrivate::*"));
/* Jambi-related classes in Designer */
bic.addBlacklistedClass(QLatin1String("QDesignerLanguageExtension"));