Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save wfr/d5f23e5871988e99df91d6ed48082088 to your computer and use it in GitHub Desktop.
Save wfr/d5f23e5871988e99df91d6ed48082088 to your computer and use it in GitHub Desktop.
--- qtdeclarative-opensource-src-5.15.2+dfsg.orig/src/quick/items/qquickflickable.cpp 2020-10-27 09:02:12.000000000 +0100
+++ qtdeclarative-opensource-src-5.15.2+dfsg/src/quick/items/qquickflickable.cpp 2022-05-18 22:35:55.709434884 +0200
@@ -62,6 +62,8 @@
QT_BEGIN_NAMESPACE
Q_DECLARE_LOGGING_CATEGORY(lcHandlerParent)
+Q_LOGGING_CATEGORY(lcWheel, "qt.quick.flickable.wheel")
+Q_LOGGING_CATEGORY(lcVel, "qt.quick.flickable.velocity")
// FlickThreshold determines how far the "mouse" must have moved
// before we perform a flick.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment