┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.h
diff options
context:
space:
mode:
authorarnav dhamija <[email protected]>2017-02-13 22:24:01 +0530
committerarnav dhamija <[email protected]>2017-02-13 22:24:01 +0530
commitccb3658b3aa7f5b0f0b71cb6e91808bdfe58af64 (patch)
treecf6b1cd277d7a410278802aa600be0c65af6bd64 /src/dolphinmainwindow.h
parent41253c0c81bafb54a0b6c82e5282e3add85e8a50 (diff)
parent0d4924d8bbab256b13ae13040201bea7ea04ab2f (diff)
Merge branch 'stashAction'
This adds the support for the Stash action which will be helpful for the upcoming stash:/ ioslave
Diffstat (limited to 'src/dolphinmainwindow.h')
-rw-r--r--src/dolphinmainwindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h
index 7003e9474..d741eb21e 100644
--- a/src/dolphinmainwindow.h
+++ b/src/dolphinmainwindow.h
@@ -224,6 +224,9 @@ private slots:
*/
void toggleSplitView();
+ /** Dedicated action to open the stash:/ ioslave in split view. */
+ void toggleSplitStash();
+
/** Reloads the currently active view. */
void reloadView();