Avoid enabling all message types by default

Passing no QtMsgType parameter ends up in enabling all
message types by default.
Follow the common pattern of only enabling the warnings
by default.

Change-Id: Ic7ec0420089c95f716a86feb9791d9cb13f4dd90
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Christian Stenger
2018-11-06 09:37:19 +01:00
parent e18cbad285
commit 2cf2cebfc9
3 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@
namespace {
Q_LOGGING_CATEGORY(androidTCLog, "qtc.android.toolchainmanagement");
Q_LOGGING_CATEGORY(androidTCLog, "qtc.android.toolchainmanagement", QtWarningMsg);
}
namespace Android {