┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphintabpage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphintabpage.h')
-rw-r--r--src/dolphintabpage.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/dolphintabpage.h b/src/dolphintabpage.h
index 1a97ea457..45c540775 100644
--- a/src/dolphintabpage.h
+++ b/src/dolphintabpage.h
@@ -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