diff options
| author | arnav dhamija <[email protected]> | 2016-11-02 21:49:11 +0530 |
|---|---|---|
| committer | arnav dhamija <[email protected]> | 2016-11-02 21:49:11 +0530 |
| commit | e7f6a1010ac07dfddaaa75a372dbeaa6d0352731 (patch) | |
| tree | e796cc4f2df36ba7df2fa90bd5a8cc5fdf0a1ab6 /src/dolphintabpage.h | |
| parent | ee1231541a306bb5874426fe2db5451539983132 (diff) | |
Changed default arg for the setSplitViewEnabled
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 d14574561..023f216fc 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, bool stash = false); + void setSplitViewEnabled(bool enabled, QUrl secondaryUrl = QUrl()); /** * @return The primary view containter. |
