Git commit 1646337358a4b5503a724e59f19bd4da2e155c21 by Kevin Funk. Committed on 30/11/2016 at 21:36. Pushed by kfunk into branch 'master'. Streamline logging categories M +1 -1 debug.cpp https://commits.kde.org/kdev-cppcheck/1646337358a4b5503a724e59f19bd4da2e155= c21 diff --git a/debug.cpp b/debug.cpp index 26f4c2f..4d45fb3 100644 --- a/debug.cpp +++ b/debug.cpp @@ -18,4 +18,4 @@ = #include "debug.h" = -Q_LOGGING_CATEGORY(KDEV_CPPCHECK, "kdev.cppcheck") +Q_LOGGING_CATEGORY(KDEV_CPPCHECK, "kdevelop.plugins.cppcheck")