diff options
| author | Peter Penz <[email protected]> | 2008-05-28 20:40:16 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-05-28 20:40:16 +0000 |
| commit | e54e6a9cdbc0e37e7c81abcea4e69838cddabaa3 (patch) | |
| tree | cc6f04e75706796a9a53424663e02f77d62b24a8 /src/dolphinviewcontainer.h | |
| parent | b445156dd40a16877058f8228900679cb27aa4cc (diff) | |
Move the code for restoring the current item from DolphinViewContainer to DolphinView, as the DolphinView must be able to do this without advice from the container.
Beside that this simplifies the code it also fixes a regression of having empty tabs.
svn path=/trunk/KDE/kdebase/apps/; revision=813828
Diffstat (limited to 'src/dolphinviewcontainer.h')
| -rw-r--r-- | src/dolphinviewcontainer.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index a0ddcb711..b4f799cb1 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -230,9 +230,6 @@ private: DolphinModel* m_dolphinModel; DolphinDirLister* m_dirLister; DolphinSortFilterProxyModel* m_proxyModel; - - KUrl m_previousUrl; - KUrl m_currentUrl; }; inline const DolphinStatusBar* DolphinViewContainer::statusBar() const |
