diff options
| author | Anthony Fieroni <[email protected]> | 2017-05-22 20:35:29 +0300 |
|---|---|---|
| committer | Anthony Fieroni <[email protected]> | 2017-05-22 20:35:29 +0300 |
| commit | 43da84eefc7d68ce86cda2d353216dbe7552fc2c (patch) | |
| tree | 024e21f52dbb2b1cfa5b16672b58c7aba082d789 /src/dolphintabpage.h | |
| parent | 73f885f9d3513bdfed2d22b21d0d1a88fe4f6a7a (diff) | |
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 <[email protected]>
Diffstat (limited to 'src/dolphintabpage.h')
| -rw-r--r-- | src/dolphintabpage.h | 7 |
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 |
