diff options
Diffstat (limited to 'src/quick/handlers/qquicktaphandler.cpp')
-rw-r--r-- | src/quick/handlers/qquicktaphandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/handlers/qquicktaphandler.cpp b/src/quick/handlers/qquicktaphandler.cpp index 651a8ce9a9..76f89feb3a 100644 --- a/src/quick/handlers/qquicktaphandler.cpp +++ b/src/quick/handlers/qquicktaphandler.cpp @@ -11,7 +11,7 @@ QT_BEGIN_NAMESPACE -Q_LOGGING_CATEGORY(lcTapHandler, "qt.quick.handler.tap") +Q_STATIC_LOGGING_CATEGORY(lcTapHandler, "qt.quick.handler.tap") quint64 QQuickTapHandler::m_multiTapInterval(0); // single tap distance is the same as the drag threshold |