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/dolphincolumnwidget.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dolphincolumnwidget.h') diff --git a/src/dolphincolumnwidget.h b/src/dolphincolumnwidget.h index bacbc9609..1054af2e3 100644 --- a/src/dolphincolumnwidget.h +++ b/src/dolphincolumnwidget.h @@ -109,6 +109,7 @@ protected: virtual void mousePressEvent(QMouseEvent* event); virtual void keyPressEvent(QKeyEvent* event); virtual void contextMenuEvent(QContextMenuEvent* event); + virtual void wheelEvent(QWheelEvent* event); virtual void selectionChanged(const QItemSelection& selected, const QItemSelection& deselected); private slots: -- cgit v1.3