┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincolumnview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-10-03 22:33:47 +0000
committerPeter Penz <[email protected]>2007-10-03 22:33:47 +0000
commit7ac3ed4e749789ae348a80638cc18906c697b306 (patch)
tree1e18ca10d7b56fe0a7a7624cb3885be10ba13cd5 /src/dolphincolumnview.h
parent65853e44faa9100522d8ed4c1224a60a43598736 (diff)
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
Diffstat (limited to 'src/dolphincolumnview.h')
-rw-r--r--src/dolphincolumnview.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/src/dolphincolumnview.h b/src/dolphincolumnview.h
index 1a59e3919..4a6e6140c 100644
--- a/src/dolphincolumnview.h
+++ b/src/dolphincolumnview.h
@@ -119,17 +119,10 @@ 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<ColumnWidget*> m_columns;