]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphintabpage.h
Merge branch 'Applications/17.04'
[dolphin.git] / src / dolphintabpage.h
index 85295bf920ff71d6c2d4025b44e133e5cc168bee..b8772602d15cf50b110494c23c0b2b585c698f34 100644 (file)
@@ -129,6 +129,12 @@ public:
      */
     Q_DECL_DEPRECATED 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