Created
May 18, 2022 20:49
-
-
Save wfr/d5f23e5871988e99df91d6ed48082088 to your computer and use it in GitHub Desktop.
Apply this to Debian qtdeclarative-opensource-src-5.15.2+dfsg before https://codereview.qt-project.org/gitweb?p=qt/qtdeclarative.git;a=patch;h=a8fbd865140d4dd165723c7e3d4168514d4b1d0c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- 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