diff options
Diffstat (limited to 'src/views/dolphinview.h')
| -rw-r--r-- | src/views/dolphinview.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index c3981bef4..770bbde72 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -553,6 +553,10 @@ signals: */ void writeStateChanged(bool isFolderWritable); +protected: + /** Changes the zoom level if Control is pressed during a wheel event. */ + virtual void wheelEvent(QWheelEvent* event); + private slots: /** * Marks the view as active (DolphinView:isActive() will return true) |
