tests: Silence some QML warnings from KDE theme plugin Kirigami
We don't want tests to abort because of that
This commit is contained in:
@@ -59,7 +59,8 @@ static bool shouldBlacklistWarning(const QString &msg, const QString &category)
|
||||
msg.contains(QLatin1String("Another dock KDDockWidgets::DockWidget")) ||
|
||||
msg.contains(QLatin1String("There's multiple MainWindows, not sure what to do about parenting")) ||
|
||||
msg.contains(QLatin1String("Testing::")) ||
|
||||
msg.contains(QLatin1String("outside any known screen, using primary screen"));
|
||||
msg.contains(QLatin1String("outside any known screen, using primary screen")) ||
|
||||
msg.contains(QLatin1String("org.kde.desktop"));
|
||||
}
|
||||
|
||||
static void fatalWarningsMessageHandler(QtMsgType t, const QMessageLogContext &context, const QString &msg)
|
||||
|
||||
Reference in New Issue
Block a user