diff options
Diffstat (limited to 'src/dolphincolumnview.h')
| -rw-r--r-- | src/dolphincolumnview.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/dolphincolumnview.h b/src/dolphincolumnview.h index 59bb805fe..a3290cc2c 100644 --- a/src/dolphincolumnview.h +++ b/src/dolphincolumnview.h @@ -46,7 +46,6 @@ protected: virtual void mousePressEvent(QMouseEvent* event); virtual void dragEnterEvent(QDragEnterEvent* event); virtual void dropEvent(QDropEvent* event); - virtual void showEvent(QShowEvent* event); private slots: void zoomIn(); @@ -68,13 +67,6 @@ private slots: */ void updateDecorationSize(); - /** - * Updates the selections of all columns to assure that - * folder which is shown in the next column is always selected - * (this behavior is not given inside QColumnView). - */ - void updateSelections(); - private: bool isZoomInPossible() const; bool isZoomOutPossible() const; |
