aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakebuildsystem.cpp
diff options
context:
space:
mode:
authorAlessandro Portale <[email protected]>2020-01-15 14:39:23 +0100
committerAlessandro Portale <[email protected]>2020-01-15 14:54:10 +0000
commit990446407476ac09dd2659d1ad399453efcc2223 (patch)
tree18bccd9b8a718a8a28f99fe37ce2c6c5b02a5e3a /src/plugins/cmakeprojectmanager/cmakebuildsystem.cpp
parentf407193dba146e12ab5ed9ba06a33e50483f20c7 (diff)
Make various Q_LOGGING_CATEGORY's static
Diffstat (limited to 'src/plugins/cmakeprojectmanager/cmakebuildsystem.cpp')
-rw-r--r--src/plugins/cmakeprojectmanager/cmakebuildsystem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cmakeprojectmanager/cmakebuildsystem.cpp b/src/plugins/cmakeprojectmanager/cmakebuildsystem.cpp
index 1f5d184a707..3115943e885 100644
--- a/src/plugins/cmakeprojectmanager/cmakebuildsystem.cpp
+++ b/src/plugins/cmakeprojectmanager/cmakebuildsystem.cpp
@@ -55,7 +55,7 @@ using namespace Utils;
namespace CMakeProjectManager {
namespace Internal {
-Q_LOGGING_CATEGORY(cmakeBuildSystemLog, "qtc.cmake.buildsystem", QtWarningMsg);
+static Q_LOGGING_CATEGORY(cmakeBuildSystemLog, "qtc.cmake.buildsystem", QtWarningMsg);
// --------------------------------------------------------------------
// CMakeBuildSystem: