diff options
| author | arnav dhamija <[email protected]> | 2017-02-13 22:24:01 +0530 |
|---|---|---|
| committer | arnav dhamija <[email protected]> | 2017-02-13 22:24:01 +0530 |
| commit | ccb3658b3aa7f5b0f0b71cb6e91808bdfe58af64 (patch) | |
| tree | cf6b1cd277d7a410278802aa600be0c65af6bd64 /src/dolphintabpage.h | |
| parent | 41253c0c81bafb54a0b6c82e5282e3add85e8a50 (diff) | |
| parent | 0d4924d8bbab256b13ae13040201bea7ea04ab2f (diff) | |
Merge branch 'stashAction'
This adds the support for the Stash action which will be helpful for the upcoming stash:/ ioslave
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..1a97ea457 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, const QUrl &secondaryUrl = QUrl()); /** * @return The primary view containter. |
