┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorarnav dhamija <[email protected]>2017-02-13 22:17:00 +0530
committerarnav dhamija <[email protected]>2017-02-13 22:17:00 +0530
commitf52f9331d07c69ac102e7085477e762abc03e661 (patch)
tree963e1f407701600902a23a391820734a36fc0e3f /src
parentd92d752828654faa3817039111c430310fdb0e9e (diff)
Whitespace?
Diffstat (limited to 'src')
-rw-r--r--src/dolphinmainwindow.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp
index 8d80d6b9a..afc9d0420 100644
--- a/src/dolphinmainwindow.cpp
+++ b/src/dolphinmainwindow.cpp
@@ -528,7 +528,6 @@ void DolphinMainWindow::toggleSplitView()
void DolphinMainWindow::toggleSplitStash()
{
DolphinTabPage* tabPage = m_tabWidget->currentTabPage();
-
tabPage->setSplitViewEnabled(false);
tabPage->setSplitViewEnabled(true, QUrl("stash:/"));
}