rhi: manual test: Do not blindly enable qt.rhi.* logging
Now that qt.rhi.general is not the only category, this is not ideal. Change-Id: Ied3533327dc310cee5fce75fe5760454167161b7 Reviewed-by: Andy Nichols <andy.nichols@qt.io> (cherry picked from commit a537703a4df516da9b7f9126c719a1ccb9271647) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
52f8e8e634
commit
9d26d58eba
@ -421,7 +421,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