forked from qt-creator/qt-creator
Make various Q_LOGGING_CATEGORY's static
Change-Id: I43d3a198b0863d85a7fb305c7cb768f68acbd139 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
using namespace Debugger;
|
||||
using namespace Core;
|
||||
|
||||
Q_LOGGING_CATEGORY(perspectivesLog, "qtc.utils.perspectives", QtWarningMsg)
|
||||
static Q_LOGGING_CATEGORY(perspectivesLog, "qtc.utils.perspectives", QtWarningMsg)
|
||||
|
||||
namespace Utils {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user