summaryrefslogtreecommitdiffstats
path: root/tests/postbuild
diff options
context:
space:
mode:
authorVille Voutilainen <ville.voutilainen@qt.io>2022-11-16 09:23:44 +0200
committerVille Voutilainen <ville.voutilainen@qt.io>2022-11-16 11:49:09 +0200
commite50792146c4389214cfb6b295dc4541e95b54abe (patch)
tree6c76285704dd3996b17ea4db932e2e16c46e4171 /tests/postbuild
parent44e567cf9921e79ffd7f0af87d9083b49f7fe896 (diff)
Blacklist another private symbol
Task-number: QTBUG-108470 Change-Id: I90b6290a5f118351707506f2ee7e4c9a9c3196f0 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
Diffstat (limited to 'tests/postbuild')
-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 09b96231..c19964ae 100644
--- a/tests/postbuild/bic/tst_bic.cpp
+++ b/tests/postbuild/bic/tst_bic.cpp
@@ -229,6 +229,7 @@ tst_Bic::tst_Bic(const char *appFilePath)
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"));
/* Jambi-related classes in Designer */
bic.addBlacklistedClass(QLatin1String("QDesignerLanguageExtension"));