From db7fc588e3b35e7cf9e6102b772770ce6a3a36d4 Mon Sep 17 00:00:00 2001 From: wmayer Date: Mon, 27 Mar 2023 13:17:00 +0200 Subject: [PATCH] Gui: filter category qt.svg --- src/Gui/Application.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Gui/Application.cpp b/src/Gui/Application.cpp index 90ae5ec532..b72bdfe712 100644 --- a/src/Gui/Application.cpp +++ b/src/Gui/Application.cpp @@ -1737,6 +1737,7 @@ void setCategoryFilterRules() QTextStream stream(&filter); stream << "qt.qpa.xcb.warning=false\n"; stream << "qt.qpa.mime.warning=false\n"; + stream << "qt.svg.warning=false\n"; stream.flush(); QLoggingCategory::setFilterRules(filter); }