diff options
| author | Emmanuel Pescosta <[email protected]> | 2014-08-13 22:06:28 +0200 |
|---|---|---|
| committer | Emmanuel Pescosta <[email protected]> | 2014-08-13 22:06:28 +0200 |
| commit | 39d8fb12c1552ec708b5fc1846d7aa9828329417 (patch) | |
| tree | 2dfa561935af1d7a133c94fb89b6cdd1b50320f0 /src/dolphintabwidget.h | |
| parent | 62418c58a58fac668e713655552b1c614b226298 (diff) | |
React on the redirection signal from DolphinView to properly update the tab and window titles.
REVIEW: 119697
BUG: 305721
Diffstat (limited to 'src/dolphintabwidget.h')
| -rw-r--r-- | src/dolphintabwidget.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dolphintabwidget.h b/src/dolphintabwidget.h index aaadbc997..98bcd985a 100644 --- a/src/dolphintabwidget.h +++ b/src/dolphintabwidget.h @@ -72,6 +72,12 @@ signals: */ void rememberClosedTab(const KUrl& url, const QByteArray& state); + /** + * Is emitted when the url of the current tab has been changed. This signal + * is also emitted when the active view has been changed. + */ + void currentUrlChanged(const KUrl& url); + public slots: /** * Opens a new view with the current URL that is part of a tab and activates |
