From 4caebde3cb9e31fcb18b36e45afa287e9c03abd4 Mon Sep 17 00:00:00 2001 From: Luciano Montanaro Date: Tue, 12 Feb 2008 09:27:26 +0000 Subject: Move the Ctrl-wheel zoom handling to dolphinview. The specialized views still need to ignore the Ctrl-qualified wheel events, though. svn path=/trunk/KDE/kdebase/apps/; revision=773976 --- src/dolphindetailsview.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dolphindetailsview.h') diff --git a/src/dolphindetailsview.h b/src/dolphindetailsview.h index 316620a5a..b717a0a51 100644 --- a/src/dolphindetailsview.h +++ b/src/dolphindetailsview.h @@ -58,6 +58,7 @@ protected: virtual void paintEvent(QPaintEvent* event); virtual void keyPressEvent(QKeyEvent* event); virtual void resizeEvent(QResizeEvent* event); + virtual void wheelEvent(QWheelEvent* event); private slots: /** -- cgit v1.3