Gui: filter warning about dead keys

Forum thread: https://forum.freecad.org/viewtopic.php?t=80981
This commit is contained in:
wmayer
2023-09-07 20:29:44 +02:00
committed by wwmayer
parent 3cc4bb7cfb
commit c7bacc34d6

View File

@@ -1745,6 +1745,7 @@ void setCategoryFilterRules()
stream << "qt.qpa.xcb.warning=false\n";
stream << "qt.qpa.mime.warning=false\n";
stream << "qt.svg.warning=false\n";
stream << "qt.xkb.compose.warning=false\n";
stream.flush();
QLoggingCategory::setFilterRules(filter);
}