┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphintabpage.h
diff options
context:
space:
mode:
authorEugene Popov <[email protected]>2023-04-22 22:21:44 +0300
committerMéven Car <[email protected]>2023-04-23 09:33:09 +0000
commit215923b33f22396c5122d47192a8a933fd4290ae (patch)
tree0bafda87aba41402b5a449ea939a9db3798fe211 /src/dolphintabpage.h
parent78a3cd3e4bc75fc299a6b05b266bdd58fe7f8dcf (diff)
Add DolphinTabPage::inactiveViewContainer()
Diffstat (limited to 'src/dolphintabpage.h')
-rw-r--r--src/dolphintabpage.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dolphintabpage.h b/src/dolphintabpage.h
index 1c8ae094b..4e89d22ee 100644
--- a/src/dolphintabpage.h
+++ b/src/dolphintabpage.h
@@ -67,6 +67,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.
*/