diff options
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 |
