diff options
| author | Peter Penz <[email protected]> | 2007-09-26 10:36:32 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-09-26 10:36:32 +0000 |
| commit | 28372c17240cb46a618882bb04029a5ffcce4558 (patch) | |
| tree | a7af9056c8a16f67b2b022af70e664736fca5f1d /src/dolphincolumnview.h | |
| parent | 7bd8a826f40b3973d127d32f8f00a625c08d1c1d (diff) | |
internal cleanup
svn path=/trunk/KDE/kdebase/apps/; revision=717223
Diffstat (limited to 'src/dolphincolumnview.h')
| -rw-r--r-- | src/dolphincolumnview.h | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/src/dolphincolumnview.h b/src/dolphincolumnview.h index 511d4d7e5..a95ccfcae 100644 --- a/src/dolphincolumnview.h +++ b/src/dolphincolumnview.h @@ -107,23 +107,16 @@ private slots: void expandToActiveUrl(); /** - * Triggers the reloading of columns after the model index + * Triggers the updating of columns after the model index * \a index has been expanded. Used by DolphinModel::expandToActiveUrl(). */ - void triggerReloadColumns(const QModelIndex& index); + void triggerUpdateColumns(const QModelIndex& index); /** * Adjusts the root index of all columns to represent the reloaded - * model. Used by DolphinModel::triggerReloadColumns(). + * model. Used by DolphinModel::triggerUpdateColumns(). */ - void reloadColumns(); - - /** - * Synchronizes the current state of the directory lister with - * the currently shown columns. This is required if the directory - * lister has been changed from outside without user interaction. - */ - void synchronize(); + void updateColumns(); /** * Is invoked when the directory lister has started the loading |
