┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels/places/placespanel.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/panels/places/placespanel.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/panels/places/placespanel.h')
-rw-r--r--src/panels/places/placespanel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/panels/places/placespanel.h b/src/panels/places/placespanel.h
index 2eb309483..cbd5fc224 100644
--- a/src/panels/places/placespanel.h
+++ b/src/panels/places/placespanel.h
@@ -51,6 +51,7 @@ Q_SIGNALS:
void storageTearDownRequested(const QString &mountPath);
void storageTearDownExternallyRequested(const QString &mountPath);
void storageTearDownSuccessful();
+ void openInSplitViewRequested(const QUrl &url);
protected:
void showEvent(QShowEvent *event) override;
@@ -75,6 +76,7 @@ private:
QPersistentModelIndex m_indexToTearDown;
QAction *m_configureTrashAction;
+ QAction *m_openInSplitView;
QAction *m_lockPanelsAction;
};