┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphintabpage.h
diff options
context:
space:
mode:
authorEric Armbruster <[email protected]>2023-09-06 06:34:13 +0200
committerEric Armbruster <[email protected]>2023-09-09 15:45:26 +0000
commita85863befd616fe86669ac363d74fa7f466ca523 (patch)
tree3f8a87f6a3b13bb935e0332679922a0ce17a76f7 /src/dolphintabpage.h
parentf900801540af7d8c54b75ba7476ebed05529aa59 (diff)
Add open in split view action
This action is shown only if a single folder is selected. The action opens the selected folder in the inactive split view (and opens the split view if necessary). FEATURE: 465500
Diffstat (limited to 'src/dolphintabpage.h')
-rw-r--r--src/dolphintabpage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphintabpage.h b/src/dolphintabpage.h
index 0c691830e..4a8bd365a 100644
--- a/src/dolphintabpage.h
+++ b/src/dolphintabpage.h
@@ -138,6 +138,8 @@ public:
*/
void setActive(bool active);
+ void switchActiveView();
+
Q_SIGNALS:
void activeViewChanged(DolphinViewContainer *viewContainer);
void activeViewUrlChanged(const QUrl &url);
@@ -170,8 +172,6 @@ private Q_SLOTS:
*/
void slotViewUrlRedirection(const QUrl &oldUrl, const QUrl &newUrl);
- void switchActiveView();
-
private:
/**
* Creates a new view container and does the default initialization.