diff options
| -rw-r--r-- | tests/postbuild/bic/tst_bic.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/postbuild/bic/tst_bic.cpp b/tests/postbuild/bic/tst_bic.cpp index 8bae6a16..0310fccf 100644 --- a/tests/postbuild/bic/tst_bic.cpp +++ b/tests/postbuild/bic/tst_bic.cpp @@ -330,6 +330,7 @@ tst_Bic::tst_Bic(const char *appFilePath) bic.addBlacklistedClass(QLatin1String("StdVideo*")); /* vtable churn */ bic.addBlacklistedClass(QLatin1String("QNativeInterface::QEGLContext")); + bic.addBlacklistedClass(QLatin1String("QNativeInterface::QWaylandApplication")); /* deliberately removed */ bic.addBlacklistedClass(QLatin1String("QNativeInterface::QSGVulkanTexture*")); /* deliberately added in a patch release */ |
