summaryrefslogtreecommitdiffstats
path: root/tests/postbuild/bic/tst_bic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/postbuild/bic/tst_bic.cpp')
-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 302da4be..71218ee2 100644
--- a/tests/postbuild/bic/tst_bic.cpp
+++ b/tests/postbuild/bic/tst_bic.cpp
@@ -244,6 +244,7 @@ tst_Bic::tst_Bic(const char *appFilePath)
bic.addBlacklistedClass(QLatin1String("QOpenGLFunctionsPrivate"));
bic.addBlacklistedClass(QLatin1String("QGLFunctionsPrivate"));
bic.addBlacklistedClass(QLatin1String("QDebug::Stream"));
+ bic.addBlacklistedClass(QLatin1String("QtPrivate::StreamStateSaver"));
/* Jambi-related classes in Designer */
bic.addBlacklistedClass(QLatin1String("QDesignerLanguageExtension"));