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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user