diff options
| author | Frank Reininghaus <[email protected]> | 2010-01-26 12:18:08 +0000 |
|---|---|---|
| committer | Frank Reininghaus <[email protected]> | 2010-01-26 12:18:08 +0000 |
| commit | 17ff26c355adf945e143418c8bd756cf168d963b (patch) | |
| tree | aa5fd98f4b1008d8b782ee03268db57219ed01f8 /src/dolphinview.h | |
| parent | ad85be955bc34f9ed9aa69f4453f26f57bf85e04 (diff) | |
Reorganise some code in DolphinView and DolphinViewContainer. This
makes it possible to restore the expanded folders in the Details View
when navigating in history (based on r1056438 and r1079843).
Also remove DolphinView::activateItem(const KUrl&) and DolphinView's
m_loadingDirectory member (they are not needed any more).
This will be in KDE 4.5.
BUG: 169886
svn path=/trunk/KDE/kdebase/apps/; revision=1080549
Diffstat (limited to 'src/dolphinview.h')
| -rw-r--r-- | src/dolphinview.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h index 6c2f9aaf2..cbbea498f 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -312,15 +312,6 @@ public: bool isTabsForFilesEnabled() const; /** - * Marks the item \a url as active item as soon as it has - * been loaded by the directory lister. This is useful mark - * the previously visited directory as active when going - * back in history (the URL is known, but the item is not - * loaded yet). - */ - void activateItem(const KUrl& url); - - /** * Returns true if the current view allows folders to be expanded, * i.e. presents a hierarchical view to the user. */ @@ -797,7 +788,6 @@ private: bool m_active : 1; bool m_showPreview : 1; - bool m_loadingDirectory : 1; bool m_storedCategorizedSorting : 1; bool m_tabsForFiles : 1; bool m_isContextMenuOpen : 1; // TODO: workaround for Qt-issue 207192 |
