diff options
| author | Frank Reininghaus <[email protected]> | 2011-09-17 14:35:25 +0200 |
|---|---|---|
| committer | Frank Reininghaus <[email protected]> | 2011-09-17 14:35:25 +0200 |
| commit | 9424f5a789b98b148e3c6b39738da164c73e0431 (patch) | |
| tree | 55fb42e69cf35a775ec8966da64a7aea1a5dc397 /src/views/dolphinview.h | |
| parent | 5070666ad2cd5fe3e559adca00a52aed5d137153 (diff) | |
Implement restoring expanded folders in Details View
Diffstat (limited to 'src/views/dolphinview.h')
| -rw-r--r-- | src/views/dolphinview.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index 65bd77529..8d1094273 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -640,10 +640,12 @@ private slots: void slotDirListerStarted(const KUrl& url); /** - * Invoked when the directory lister has completed the loading of - * items. Assures that pasted items and renamed items get seleced. + * Invoked when the file item model indicates that the directory lister has completed the loading + * of items, and that expanded folders have been restored (if the view mode is 'Details', and the + * view state is restored after navigating back or forward in history). Assures that pasted items + * and renamed items get seleced. */ - void slotDirListerCompleted(); + void slotLoadingCompleted(); /** * Is invoked when the KDirLister indicates refreshed items. |
