From 17ff26c355adf945e143418c8bd756cf168d963b Mon Sep 17 00:00:00 2001 From: Frank Reininghaus Date: Tue, 26 Jan 2010 12:18:08 +0000 Subject: 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 --- src/dolphinview.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/dolphinview.h') diff --git a/src/dolphinview.h b/src/dolphinview.h index 6c2f9aaf2..cbbea498f 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -311,15 +311,6 @@ public: void setTabsForFilesEnabled(bool tabsForFiles); 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 -- cgit v1.3