┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphintabpage.h
diff options
context:
space:
mode:
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.
*/