From 2704b3693f86b31ac033597c63898c3aef16edf7 Mon Sep 17 00:00:00 2001 From: arnav dhamija Date: Mon, 26 Sep 2016 22:25:42 +0530 Subject: Added the GUI button for quick stashing --- src/dolphintabpage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dolphintabpage.h') 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. -- cgit v1.3.1