aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/qtquickglobal_p.h
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2021-02-15 11:53:00 +0100
committerShawn Rutledge <shawn.rutledge@qt.io>2021-02-15 13:31:40 +0000
commita8685fdb4d57c0ba36d80c395c2ae878595f04da (patch)
tree6b616c2d4f419de918ff547d1ae29bcaae7e99a0 /src/quick/qtquickglobal_p.h
parentb770d54c6b71fb7a1084a5a2b7994ec8472716a0 (diff)
Rename DBG_* logging categories in Qt Quick
We prefer camelCase rather than SHOUTING for module constants. It fits well to have logging categories as constants that start with lc. That has become conventional in various modules, and we've been using that convention already for some time when defining new logging categories. Now we finish renaming the Qt Quick ones, ahead of a refactoring which will result in moving some of them around. Pick-to: 6.1 Change-Id: I47003b9e525fe70d35dbd2450d03379b52d67c1d Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'src/quick/qtquickglobal_p.h')
-rw-r--r--src/quick/qtquickglobal_p.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/quick/qtquickglobal_p.h b/src/quick/qtquickglobal_p.h
index e527428808..797d9f169a 100644
--- a/src/quick/qtquickglobal_p.h
+++ b/src/quick/qtquickglobal_p.h
@@ -67,10 +67,10 @@ QT_BEGIN_NAMESPACE
void Q_QUICK_PRIVATE_EXPORT QQuick_initializeModule();
-Q_DECLARE_LOGGING_CATEGORY(DBG_TOUCH)
-Q_DECLARE_LOGGING_CATEGORY(DBG_MOUSE)
-Q_DECLARE_LOGGING_CATEGORY(DBG_FOCUS)
-Q_DECLARE_LOGGING_CATEGORY(DBG_DIRTY)
+Q_DECLARE_LOGGING_CATEGORY(lcTouch)
+Q_DECLARE_LOGGING_CATEGORY(lcMouse)
+Q_DECLARE_LOGGING_CATEGORY(lcFocus)
+Q_DECLARE_LOGGING_CATEGORY(lcDirty)
QT_END_NAMESPACE