aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers/qquickdragaxis.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/handlers/qquickdragaxis.cpp')
-rw-r--r--src/quick/handlers/qquickdragaxis.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/handlers/qquickdragaxis.cpp b/src/quick/handlers/qquickdragaxis.cpp
index 84b1b7ee07..7d8203eb06 100644
--- a/src/quick/handlers/qquickdragaxis.cpp
+++ b/src/quick/handlers/qquickdragaxis.cpp
@@ -7,7 +7,7 @@
QT_BEGIN_NAMESPACE
-Q_LOGGING_CATEGORY(lcDragAxis, "qt.quick.pointer.dragaxis")
+Q_STATIC_LOGGING_CATEGORY(lcDragAxis, "qt.quick.pointer.dragaxis")
QQuickDragAxis::QQuickDragAxis(QQuickPointerHandler *handler, const QString &propertyName, qreal initValue)
: QObject(handler), m_accumulatedValue(initValue), m_propertyName(propertyName)