From 43da84eefc7d68ce86cda2d353216dbe7552fc2c Mon Sep 17 00:00:00 2001 From: Anthony Fieroni Date: Mon, 22 May 2017 20:35:29 +0300 Subject: Correct searchbox, split view transitions between tabs Differential Revision: https://phabricator.kde.org/D5864 BUG: 379135 BUG: 380032 FIXED-IN: 17.04.2 Signed-off-by: Anthony Fieroni --- src/dolphintabpage.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '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 -- cgit v1.3