From c0c38e8b4544043715e659172ab073d1cd2ba38e Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn <frederik.gladhorn@digia.com> Date: Tue, 30 Apr 2013 15:15:13 +0200 Subject: [PATCH] Ignore QAccessible::QPrivateSignal from bic test This is required for the previous commit to work. Change-Id: I0b9b42e63c12a16d9a8711e11e9e46e123f91536 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> --- tests/postbuild/bic/tst_bic.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/postbuild/bic/tst_bic.cpp b/tests/postbuild/bic/tst_bic.cpp index 0d92a84f..623a6d50 100644 --- a/tests/postbuild/bic/tst_bic.cpp +++ b/tests/postbuild/bic/tst_bic.cpp @@ -132,6 +132,7 @@ tst_Bic::tst_Bic() /* Frederik says it's undocumented and private :) */ bic.addBlacklistedClass(QLatin1String("QAccessible")); + bic.addBlacklistedClass(QLatin1String("QAccessible::QPrivateSignal")); bic.addBlacklistedClass(QLatin1String("QAccessibleWidget")); bic.addBlacklistedClass(QLatin1String("QAccessibleTextInterface")); bic.addBlacklistedClass(QLatin1String("QAccessibleEditableTextInterface")); -- GitLab