diff options
| author | Peter Penz <[email protected]> | 2007-09-25 09:02:29 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-09-25 09:02:29 +0000 |
| commit | 3bf8fa5901f200d26acc2eb527eef88087e6edb9 (patch) | |
| tree | 48a56e615e2c00636295f8d8fed07d710014802d /src/dolphinviewcontainer.h | |
| parent | 6fd52b51ac3bd97483988df222da35f53dfc0305 (diff) | |
further root URL handling cleanups
svn path=/trunk/KDE/kdebase/apps/; revision=716789
Diffstat (limited to 'src/dolphinviewcontainer.h')
| -rw-r--r-- | src/dolphinviewcontainer.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index b7cb4ca5b..3cfa907c7 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -207,6 +207,12 @@ private slots: */ void restoreView(const KUrl& url); + /** + * Saves the root URL of the current URL \a url + * into the URL navigator. + */ + void saveRootUrl(const KUrl& url); + private: /** * Returns the default text of the status bar, if no item is |
