]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphintabpage.h
Correct searchbox, split view transitions between tabs
[dolphin.git] / src / dolphintabpage.h
index 1a97ea45738bf88851f57593bb7fa7c3dfbf565c..45c540775fe127c73dc3d2c61b90862367d9901f 100644 (file)
@@ -129,6 +129,12 @@ public:
      */
     void restoreStateV1(const QByteArray& state);
 
+    /**
+     * Set whether the tab page is active
+     *
+     */
+    void setActive(bool active);
+
 signals:
     void activeViewChanged(DolphinViewContainer* viewContainer);
     void activeViewUrlChanged(const QUrl& url);
@@ -165,6 +171,7 @@ private:
 
     bool m_primaryViewActive;
     bool m_splitViewEnabled;
+    bool m_active;
 };
 
 #endif // DOLPHIN_TAB_PAGE_H