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:
@@ -57,7 +57,7 @@ const char HANDSHAKE_TYPE[] = "handshake";
|
||||
const char START_MAGIC[] = "\n[== \"CMake Server\" ==[\n";
|
||||
const char END_MAGIC[] = "\n]== \"CMake Server\" ==]\n";
|
||||
|
||||
Q_LOGGING_CATEGORY(cmakeServerMode, "qtc.cmake.serverMode", QtWarningMsg);
|
||||
static Q_LOGGING_CATEGORY(cmakeServerMode, "qtc.cmake.serverMode", QtWarningMsg);
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
// Helpers:
|
||||
|
||||
Reference in New Issue
Block a user