From 215923b33f22396c5122d47192a8a933fd4290ae Mon Sep 17 00:00:00 2001 From: Eugene Popov Date: Sat, 22 Apr 2023 22:21:44 +0300 Subject: Add DolphinTabPage::inactiveViewContainer() --- src/dolphintabpage.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/dolphintabpage.h') diff --git a/src/dolphintabpage.h b/src/dolphintabpage.h index 1c8ae094b..4e89d22ee 100644 --- a/src/dolphintabpage.h +++ b/src/dolphintabpage.h @@ -66,6 +66,12 @@ public: */ DolphinViewContainer *activeViewContainer() const; + /** + * @return DolphinViewContainer of the inactive view + * if split view is enabled, or nullptr otherwise. + */ + DolphinViewContainer *inactiveViewContainer() const; + /** * Returns the selected items. The list is empty if no item has been * selected. -- cgit v1.3