summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Ehrlicher <[email protected]>2023-11-27 09:02:47 +0100
committerChristian Ehrlicher <[email protected]>2023-11-27 19:53:41 +0100
commitdacd0f457443b4f040a78870ebf51997fcbee722 (patch)
tree60888d183126e096916041513f44f6628adabf89
parent975b3d5d530b647ba665459bef2fb3ee6ab5ccc1 (diff)
QApplicationPrivate: remove unused wheel_scroll_lines
wheel_scroll_lines is no longer used so it should be removed. Superseded by QPA/WheelScrollLines. Pick-to: 6.6 Change-Id: I98fa58d5ad32d26ce3b8b8068b244a5a1789ad4f Reviewed-by: Volker Hilsheimer <[email protected]>
-rw-r--r--src/widgets/kernel/qapplication_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/widgets/kernel/qapplication_p.h b/src/widgets/kernel/qapplication_p.h
index 555436f4f4a..21b1605dfc2 100644
--- a/src/widgets/kernel/qapplication_p.h
+++ b/src/widgets/kernel/qapplication_p.h
@@ -146,7 +146,6 @@ public:
static QWidget *focus_widget;
static QWidget *hidden_focus_widget;
#if QT_CONFIG(wheelevent)
- static int wheel_scroll_lines;
static QPointer<QWidget> wheel_widget;
#endif