diff options
| author | arnav dhamija <[email protected]> | 2016-09-26 22:25:42 +0530 |
|---|---|---|
| committer | arnav dhamija <[email protected]> | 2016-09-26 22:25:42 +0530 |
| commit | 2704b3693f86b31ac033597c63898c3aef16edf7 (patch) | |
| tree | d075a94f1652a8793cafed821f1f42996ea5186c /src/dolphinmainwindow.h | |
| parent | 67099640b90588af1c72c340756253400da3e95b (diff) | |
Added the GUI button for quick stashing
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 7003e9474..b44f5afb9 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -224,6 +224,8 @@ private slots: */ void toggleSplitView(); + void toggleSplitStash(); + /** Reloads the currently active view. */ void reloadView(); @@ -514,4 +516,3 @@ inline int DolphinMainWindow::getId() const } #endif // DOLPHIN_MAINWINDOW_H - |
