diff options
| author | arnav dhamija <[email protected]> | 2017-01-29 23:31:43 +0530 |
|---|---|---|
| committer | arnav dhamija <[email protected]> | 2017-01-29 23:31:43 +0530 |
| commit | e8a48689431e0fc7b9ae0ed3fd0113227d4b99cb (patch) | |
| tree | afee763e47b95084497e55201f2274389da2bdbd /src/dolphintabpage.cpp | |
| parent | 68cda76aa8f552246db136fa61303f9678cea7e7 (diff) | |
Made more changes
Diffstat (limited to 'src/dolphintabpage.cpp')
| -rw-r--r-- | src/dolphintabpage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphintabpage.cpp b/src/dolphintabpage.cpp index 9d239fdfc..0ed5fd2f2 100644 --- a/src/dolphintabpage.cpp +++ b/src/dolphintabpage.cpp @@ -71,7 +71,7 @@ bool DolphinTabPage::splitViewEnabled() const return m_splitViewEnabled; } -void DolphinTabPage::setSplitViewEnabled(bool enabled, QUrl secondaryUrl /*= QUrl()*/) +void DolphinTabPage::setSplitViewEnabled(bool enabled, QUrl secondaryUrl) { if (m_splitViewEnabled != enabled) { m_splitViewEnabled = enabled; |
