]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphintabpage.h
React on the redirection signal from DolphinView to properly update the tab and windo...
[dolphin.git] / src / dolphintabpage.h
index 278524792cac13f7df95adea962a74aa47380630..de5a589152d7ceeb70031e87c8eb2f677dc128a6 100644 (file)
@@ -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.