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/dolphintabpage.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/dolphintabpage.h')
| -rw-r--r-- | src/dolphintabpage.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/dolphintabpage.h b/src/dolphintabpage.h index 278524792..de5a58915 100644 --- a/src/dolphintabpage.h +++ b/src/dolphintabpage.h @@ -133,6 +133,13 @@ private slots: */ void slotViewActivated(); + /** + * Handles the view url redirection event. + * + * It emits the activeViewUrlChanged signal with the url \a newUrl. + */ + void slotViewUrlRedirection(const KUrl& oldUrl, const KUrl& newUrl); + private: /** * Creates a new view container and does the default initialization. |
