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:
Laszlo Agocs 2024-08-20 11:35:14 +02:00
parent b7929534ef
commit a537703a4d

View File

@ -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)