diff options
Diffstat (limited to 'src/dolphinpart.h')
| -rw-r--r-- | src/dolphinpart.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dolphinpart.h b/src/dolphinpart.h index e4a0ffc9b..0b901f664 100644 --- a/src/dolphinpart.h +++ b/src/dolphinpart.h @@ -72,6 +72,12 @@ private Q_SLOTS: */ void slotViewModeActionTriggered(QAction*); + /** + * Asks the host to open the URL \a url if the current view has + * a different URL. + */ + void slotUrlChanged(const KUrl& url); + private: void createActions(); void updateViewActions(); |
