summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2016-11-04 13:30:15 +0100
committerKai Koehne <kai.koehne@qt.io>2016-11-07 10:54:26 +0000
commit485bf1f13ff65b1eb8474d3d7bb7a2b207f54af1 (patch)
tree626a6c6d083e799184719033108cd75f528c0c86 /tests
parent8c5bc9ede642bd3d77abc0f82b0d8569abbb0e71 (diff)
Blacklist QtPrivate::big_ struct
The struct is private and not exported. We'd like to remove it in 5.8.0. Change-Id: I9b773aaf39a90f7c5b2572589411a795508d7d48 Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com> Reviewed-by: Sergio Ahumada <sahumada@texla.cl>
Diffstat (limited to 'tests')
-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 a854c6be..83ad2f68 100644
--- a/tests/postbuild/bic/tst_bic.cpp
+++ b/tests/postbuild/bic/tst_bic.cpp
@@ -247,6 +247,7 @@ tst_Bic::tst_Bic(const char *appFilePath)
bic.addBlacklistedClass(QLatin1String("QGLFunctionsPrivate"));
bic.addBlacklistedClass(QLatin1String("QDebug::Stream"));
bic.addBlacklistedClass(QLatin1String("QtPrivate::StreamStateSaver"));
+ bic.addBlacklistedClass(QLatin1String("QtPrivate::big_"));
/* Jambi-related classes in Designer */
bic.addBlacklistedClass(QLatin1String("QDesignerLanguageExtension"));