diff options
| author | Luca Beltrame <[email protected]> | 2017-05-22 23:32:36 +0200 |
|---|---|---|
| committer | Luca Beltrame <[email protected]> | 2017-05-22 23:32:36 +0200 |
| commit | 95f9dc9de00e4663ade9506bd1b7b58816d13458 (patch) | |
| tree | 81f2378b404cc71df2f439beaaf5ac1ad0dd0dba /src/dolphintabpage.h | |
| parent | 588db665365e81d24e31d651f8a776c0bb714e3c (diff) | |
| parent | 43da84eefc7d68ce86cda2d353216dbe7552fc2c (diff) | |
Merge branch 'Applications/17.04'
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 85295bf92..b8772602d 100644 --- a/src/dolphintabpage.h +++ b/src/dolphintabpage.h @@ -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 |
