diff options
| author | arnav dhamija <[email protected]> | 2017-02-02 21:48:51 +0530 |
|---|---|---|
| committer | arnav dhamija <[email protected]> | 2017-02-02 21:48:51 +0530 |
| commit | 41156288b25b058b1f52f9c36de98eee43a07f7d (patch) | |
| tree | 083f19c17ceee388a9468623bf0faa3f9cbf9c03 | |
| parent | 8f28ceaad109d9366049b0a7381685e975519c77 (diff) | |
Added a comment
| -rw-r--r-- | src/dolphinmainwindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index b44f5afb9..1bce50bc6 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -224,6 +224,8 @@ private slots: */ void toggleSplitView(); + /** Dedicated action to open the stash:/ ioslave in split view. */ + void toggleSplitStash(); /** Reloads the currently active view. */ |
