diff options
| author | Peter Penz <[email protected]> | 2008-05-20 21:21:48 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-05-20 21:21:48 +0000 |
| commit | ed5b2e54736b04d551eae01d976038fb7d5aac35 (patch) | |
| tree | 94bee37d963ce85a62b8000ae0bdbb8aaa7b0973 /src/dolphinview.h | |
| parent | 0ce69374d96e2b16526b5450d5cc4676bac8b720 (diff) | |
when going back in history apply the keyboard focus to the the previously shown directory
BUG: 156550
BUG: 158590
svn path=/trunk/KDE/kdebase/apps/; revision=810493
Diffstat (limited to 'src/dolphinview.h')
| -rw-r--r-- | src/dolphinview.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h index 5d88e4f54..708535567 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -233,6 +233,12 @@ public: /** Returns the upper left position of the view content. */ QPoint contentsPosition() const; + /** + * Sets the current item (= item that has the keyboard focus) to + * the item with the URL \a url. + */ + void setCurrentItem(const KUrl& url); + /** Increases the size of the current set view mode. */ void zoomIn(); |
