From 7ac3ed4e749789ae348a80638cc18906c697b306 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 3 Oct 2007 22:33:47 +0000 Subject: there is no need anymore to check whether the KDirLister is currently loading before invoking KDirModel::expandToUrl() svn path=/trunk/KDE/kdebase/apps/; revision=720870 --- src/dolphincolumnview.h | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'src/dolphincolumnview.h') diff --git a/src/dolphincolumnview.h b/src/dolphincolumnview.h index 1a59e3919..4a6e6140c 100644 --- a/src/dolphincolumnview.h +++ b/src/dolphincolumnview.h @@ -118,18 +118,11 @@ private slots: */ void updateColumns(); - /** - * Is invoked when the directory lister has started the loading - * of the URL \a url and sets the internal m_dirListerCompleted - * state to false. - */ - void slotDirListerStarted(const KUrl& url); - /** * Is invoked when the directory lister has completed the loading - * and sets the internal m_dirListerCompleted state to true. + * and invokes expandToActiveUrl() asynchronously. */ - void slotDirListerCompleted(); + void triggerExpandToActiveUrl(); private: bool isZoomInPossible() const; @@ -164,7 +157,6 @@ private: private: DolphinController* m_controller; bool m_restoreActiveColumnFocus; - bool m_dirListerCompleted; int m_index; int m_contentX; QList m_columns; -- cgit v1.3