X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/73f885f9d3513bdfed2d22b21d0d1a88fe4f6a7a..43da84eefc7d68ce86cda2d353216dbe7552fc2c:/src/dolphintabpage.h 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