forked from qt-creator/qt-creator
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:
@@ -38,7 +38,7 @@
|
||||
|
||||
|
||||
namespace {
|
||||
Q_LOGGING_CATEGORY(androidTCLog, "qtc.android.toolchainmanagement");
|
||||
Q_LOGGING_CATEGORY(androidTCLog, "qtc.android.toolchainmanagement", QtWarningMsg);
|
||||
}
|
||||
|
||||
namespace Android {
|
||||
|
||||
Reference in New Issue
Block a user