From 465528755c2f15d6c2fe4fedaf3b16994ab81f4c Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sun, 29 Jul 2007 19:37:42 +0000 Subject: new approach: don't fight against the selection behavior of QColumnView, but improve the visual appearance be indicating the shown folder visually svn path=/trunk/KDE/kdebase/apps/; revision=694015 --- src/dolphincolumnview.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/dolphincolumnview.h') 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; -- cgit v1.3.1