diff options
| author | Eugene Popov <[email protected]> | 2023-04-22 22:21:44 +0300 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2023-04-23 09:33:09 +0000 |
| commit | 215923b33f22396c5122d47192a8a933fd4290ae (patch) | |
| tree | 0bafda87aba41402b5a449ea939a9db3798fe211 /src/dolphintabpage.h | |
| parent | 78a3cd3e4bc75fc299a6b05b266bdd58fe7f8dcf (diff) | |
Add DolphinTabPage::inactiveViewContainer()
Diffstat (limited to 'src/dolphintabpage.h')
| -rw-r--r-- | src/dolphintabpage.h | 6 |
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. */ |
