diff options
Diffstat (limited to 'src/quick/handlers/qquickdraghandler.cpp')
-rw-r--r-- | src/quick/handlers/qquickdraghandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/handlers/qquickdraghandler.cpp b/src/quick/handlers/qquickdraghandler.cpp index 930f00d2f3..3d5f26b43a 100644 --- a/src/quick/handlers/qquickdraghandler.cpp +++ b/src/quick/handlers/qquickdraghandler.cpp @@ -10,7 +10,7 @@ QT_BEGIN_NAMESPACE static const qreal DragAngleToleranceDegrees = 10; -Q_LOGGING_CATEGORY(lcDragHandler, "qt.quick.handler.drag") +Q_STATIC_LOGGING_CATEGORY(lcDragHandler, "qt.quick.handler.drag") /*! \qmltype DragHandler |