diff --git a/tests/Testing.cpp b/tests/Testing.cpp index 5ef97ca9..1ab9870e 100644 --- a/tests/Testing.cpp +++ b/tests/Testing.cpp @@ -66,6 +66,7 @@ static bool shouldBlacklistWarning(const QString &msg, const QString &category) #ifdef KDDOCKWIDGETS_QTQUICK // TODO: Fix later, not important right now || msg.contains(QLatin1String("Binding loop detected for property")) + || msg.contains(QLatin1String("Implement me")) #endif ; }