From 25d0afd3f9a0b3cf57f913f582445988dbea463f Mon Sep 17 00:00:00 2001 From: Christian Ehrlicher Date: Mon, 27 Nov 2023 09:02:47 +0100 Subject: [PATCH] QApplicationPrivate: remove unused wheel_scroll_lines wheel_scroll_lines is no longer used so it should be removed. Superseded by QPA/WheelScrollLines. Change-Id: I98fa58d5ad32d26ce3b8b8068b244a5a1789ad4f Reviewed-by: Volker Hilsheimer (cherry picked from commit dacd0f457443b4f040a78870ebf51997fcbee722) Reviewed-by: Qt Cherry-pick Bot --- src/widgets/kernel/qapplication_p.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/widgets/kernel/qapplication_p.h b/src/widgets/kernel/qapplication_p.h index 4be35320d95..2f303de9a93 100644 --- a/src/widgets/kernel/qapplication_p.h +++ b/src/widgets/kernel/qapplication_p.h @@ -147,7 +147,6 @@ public: static QWidget *hidden_focus_widget; static QWidget *active_window; #if QT_CONFIG(wheelevent) - static int wheel_scroll_lines; static QPointer wheel_widget; #endif