From 485bf1f13ff65b1eb8474d3d7bb7a2b207f54af1 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Fri, 4 Nov 2016 13:30:15 +0100 Subject: 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 Reviewed-by: Sergio Ahumada --- tests/postbuild/bic/tst_bic.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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")); -- cgit v1.2.3