tests: Remove org.kde.desktop from warning blacklist

It's now solved by not using the kde QQC2 style. So no need to polute
the warning list
This commit is contained in:
Sergio Martins
2020-10-03 23:07:49 +01:00
parent 7ee5949ae2
commit 59a9ab6642

View File

@@ -59,8 +59,7 @@ 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("org.kde.desktop"));
msg.contains(QLatin1String("outside any known screen, using primary screen"));
}
static void fatalWarningsMessageHandler(QtMsgType t, const QMessageLogContext &context, const QString &msg)