summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVille Voutilainen <ville.voutilainen@qt.io>2023-04-24 10:12:31 +0300
committerVille Voutilainen <ville.voutilainen@qt.io>2023-04-24 12:31:11 +0300
commit55b257ebb963bf2cc91be4935bbb427c1027354f (patch)
tree82af79c30eee29f14ca52f140f9f7c2b1c7a9d57
parent34a0a3193bd99291fd1fe4b8a2eee5d6fd7ecc39 (diff)
downloadqtqa-55b257ebb963bf2cc91be4935bbb427c1027354f.tar.gz
Blacklist all of QtPrivate::
Change-Id: I189183bcb9a11bf7ccec345eedf1189e56c9241d Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
-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"));