From 28372c17240cb46a618882bb04029a5ffcce4558 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 26 Sep 2007 10:36:32 +0000 Subject: internal cleanup svn path=/trunk/KDE/kdebase/apps/; revision=717223 --- src/dolphincolumnview.h | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'src/dolphincolumnview.h') 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 -- cgit v1.3.1