diff options
Diffstat (limited to 'src/dolphincontroller.h')
| -rw-r--r-- | src/dolphincontroller.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/dolphincontroller.h b/src/dolphincontroller.h index bd2189e21..8aebdcac4 100644 --- a/src/dolphincontroller.h +++ b/src/dolphincontroller.h @@ -98,6 +98,12 @@ public: const KUrl& url() const; /** + * Sets the URL to \a url and does nothing else. Called when + * a redirection happens. + */ + void redirectToUrl(const KUrl& url); + + /** * Changes the current item view where the controller is working. This * is only necessary for views like the tree view, where internally * several QAbstractItemView instances are used. @@ -165,7 +171,7 @@ public: void indicateSortOrderChange(Qt::SortOrder order); /** - * Informs the abstract Dolphin view about a change between separate sorting + * Informs the abstract Dolphin view about a change between separate sorting * (with folders first) and mixed sorting of files and folders done inside * the view implementation. This method should be invoked by the view * implementation (e. g. the details view uses this method in combination |
