From dacd0f457443b4f040a78870ebf51997fcbee722 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. Pick-to: 6.6 Change-Id: I98fa58d5ad32d26ce3b8b8068b244a5a1789ad4f Reviewed-by: Volker Hilsheimer --- 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 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 wheel_widget; #endif