diff options
| author | Peter Penz <[email protected]> | 2007-07-29 19:37:42 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-07-29 19:37:42 +0000 |
| commit | 465528755c2f15d6c2fe4fedaf3b16994ab81f4c (patch) | |
| tree | 8e6796997168cdc5fa8dc174505c59bfcbf1eb4c /src/dolphincolumnview.h | |
| parent | 253c3c87a8a1b6418125f6fd90864c8daa76a0c1 (diff) | |
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
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; |
