diff options
| author | Peter Penz <[email protected]> | 2010-11-08 18:05:36 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-11-08 18:05:36 +0000 |
| commit | 1ae377cd6ced8477fe235ca6a8006fef91e1fc33 (patch) | |
| tree | 768310fc04ed2d71a74ab940fe50704e557b9934 /src/views/viewmodecontroller.h | |
| parent | 0ee402486b4fe7078b16da49e3859983e1c0e0f1 (diff) | |
Remember the root-URL when saving the state of a view. This allows to restore a column-view correctly when going back in history.
svn path=/trunk/KDE/kdebase/apps/; revision=1194323
Diffstat (limited to 'src/views/viewmodecontroller.h')
| -rw-r--r-- | src/views/viewmodecontroller.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/viewmodecontroller.h b/src/views/viewmodecontroller.h index c7378d59a..9435a21e6 100644 --- a/src/views/viewmodecontroller.h +++ b/src/views/viewmodecontroller.h @@ -77,7 +77,7 @@ public: * Requests the view mode implementation to hide tooltips. */ void requestToolTipHiding(); - + public slots: /** * Sets the URL to \a url and emits the signals cancelPreviews() and |
