diff options
Diffstat (limited to 'src/views/dolphinview.h')
| -rw-r--r-- | src/views/dolphinview.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index 56ebbe402..bc65a8b77 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -549,6 +549,9 @@ protected: /** Changes the zoom level if Control is pressed during a wheel event. */ virtual void wheelEvent(QWheelEvent* event); + /** @reimp */ + virtual void hideEvent(QHideEvent* event); + private slots: /** * Marks the view as active (DolphinView:isActive() will return true) |
