diff options
| author | Luciano Montanaro <[email protected]> | 2008-02-12 09:27:26 +0000 |
|---|---|---|
| committer | Luciano Montanaro <[email protected]> | 2008-02-12 09:27:26 +0000 |
| commit | 4caebde3cb9e31fcb18b36e45afa287e9c03abd4 (patch) | |
| tree | dcefcca624c0746f82f7512de42278783ed7885c /src/dolphindetailsview.h | |
| parent | bad99f25fee78ccf36971da00e3ef18d493c22fe (diff) | |
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
Diffstat (limited to 'src/dolphindetailsview.h')
| -rw-r--r-- | src/dolphindetailsview.h | 1 |
1 files changed, 1 insertions, 0 deletions
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: /** |
