diff options
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(); |
