rhi: manual test: Do not blindly enable qt.rhi.* logging
Now that qt.rhi.general is not the only category, this is not ideal. Pick-to: 6.8 Change-Id: Ied3533327dc310cee5fce75fe5760454167161b7 Reviewed-by: Andy Nichols <andy.nichols@qt.io>
This commit is contained in:
parent
b7929534ef
commit
a537703a4d
@ -428,7 +428,7 @@ int main(int argc, char **argv)
|
||||
{
|
||||
QGuiApplication app(argc, argv);
|
||||
|
||||
QLoggingCategory::setFilterRules(QLatin1String("qt.rhi.*=true"));
|
||||
QLoggingCategory::setFilterRules(QLatin1String("qt.rhi.general=true"));
|
||||
|
||||
// Defaults.
|
||||
#if defined(Q_OS_WIN)
|
||||
|
Loading…
x
Reference in New Issue
Block a user