diff options
| author | Frank Reininghaus <[email protected]> | 2009-11-14 15:51:47 +0000 |
|---|---|---|
| committer | Frank Reininghaus <[email protected]> | 2009-11-14 15:51:47 +0000 |
| commit | 487215f0c459ca38c68619325edac4a2fe42ca4b (patch) | |
| tree | 15ab897d8696f0093dbe93319cb434a6fa20088c /src/dolphinviewcontainer.h | |
| parent | d49bdf8f9c7b8b2445e4355c955763ddf6339c19 (diff) | |
When navigating back/forward in the DolphinPart inside Konqueror, remember
1. the current item,
2. the scroll position of the view, and
3. the expansion state of the details view.
Before 3. can be implemented in Dolphin itself, some changes in
KUrlNavigator are required.
This fix will be in KDE 4.4.
BUG: 193549
BUG: 198073
BUG: 213137
svn path=/trunk/KDE/kdebase/apps/; revision=1049164
Diffstat (limited to 'src/dolphinviewcontainer.h')
| -rw-r--r-- | src/dolphinviewcontainer.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index 6d4b9b1a4..8dc4b0443 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -207,12 +207,6 @@ private slots: void saveContentsPos(int x, int y); /** - * Restores the contents position of the view, if the view - * is part of the history. - */ - void restoreContentsPos(); - - /** * Marks the view container as active * (see DolphinViewContainer::setActive()). */ |
