┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphiniconsview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-01-17 18:50:18 +0000
committerPeter Penz <[email protected]>2008-01-17 18:50:18 +0000
commite89b4021ad8eaaa84a63209a0ea626a0203109af (patch)
tree58d2ffe91ea9ac33519fee0293473cd1fc70a023 /src/dolphiniconsview.h
parent1cc7d60fb951a6933e6e20739a06e4bb64643c14 (diff)
if the icons are aligned left to right, the vertical wheel event should be applied to the horizontal scrollbar
BUG: 153343 svn path=/trunk/KDE/kdebase/apps/; revision=762722
Diffstat (limited to 'src/dolphiniconsview.h')
-rw-r--r--src/dolphiniconsview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphiniconsview.h b/src/dolphiniconsview.h
index 06c417868..edc2475d4 100644
--- a/src/dolphiniconsview.h
+++ b/src/dolphiniconsview.h
@@ -62,6 +62,7 @@ protected:
virtual void dropEvent(QDropEvent* event);
virtual void paintEvent(QPaintEvent* event);
virtual void keyPressEvent(QKeyEvent* event);
+ virtual void wheelEvent(QWheelEvent* event);
private slots:
void triggerItem(const QModelIndex& index);