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/dolphintabpage.h | |
| parent | 67099640b90588af1c72c340756253400da3e95b (diff) | |
Added the GUI button for quick stashing
Diffstat (limited to 'src/dolphintabpage.h')
| -rw-r--r-- | src/dolphintabpage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphintabpage.h b/src/dolphintabpage.h index 9d180883a..d14574561 100644 --- a/src/dolphintabpage.h +++ b/src/dolphintabpage.h @@ -50,7 +50,7 @@ public: * * If \a enabled is true, it creates a secondary view with the url of the primary view. */ - void setSplitViewEnabled(bool enabled); + void setSplitViewEnabled(bool enabled, bool stash = false); /** * @return The primary view containter. |
