diff options
| author | Peter Penz <[email protected]> | 2007-07-28 20:46:34 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-07-28 20:46:34 +0000 |
| commit | 2e5379158e74250d37b7a536881ef2b8dbef4b3b (patch) | |
| tree | 269babfdc1f43f570c6c87b4c0e91da40233b335 /src/dolphincolumnview.h | |
| parent | c6c51f76ecef7f715c4bee2c6b7173cf12f0851d (diff) | |
assure that the folder which is shown in the next column is always selected
svn path=/trunk/KDE/kdebase/apps/; revision=693734
Diffstat (limited to 'src/dolphincolumnview.h')
| -rw-r--r-- | src/dolphincolumnview.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/dolphincolumnview.h b/src/dolphincolumnview.h index 5417d8e9e..274b71195 100644 --- a/src/dolphincolumnview.h +++ b/src/dolphincolumnview.h @@ -70,6 +70,13 @@ private: void requestActivation(QWidget* column); /** + * 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(); + + /** * Updates the size of the decoration dependent on the * icon size of the ColumnModeSettings. The controller * will get informed about possible zoom in/zoom out |
