diff options
| author | arnav dhamija <[email protected]> | 2017-01-29 22:00:08 +0530 |
|---|---|---|
| committer | arnav dhamija <[email protected]> | 2017-01-29 22:00:08 +0530 |
| commit | 68cda76aa8f552246db136fa61303f9678cea7e7 (patch) | |
| tree | 982db751c800733c5a237aa04a1ab7ef6aeabcfe /src/dolphinmainwindow.cpp | |
| parent | fa9cc1333aa1bbb1ad5195069e8ddf477746552c (diff) | |
Time to get back to business
Diffstat (limited to 'src/dolphinmainwindow.cpp')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 55577e27b..412d4fb2e 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -528,7 +528,6 @@ void DolphinMainWindow::toggleSplitStash() { DolphinTabPage* tabPage = m_tabWidget->currentTabPage(); QAction* stashSplit = actionCollection()->action(QStringLiteral("split_stash")); - qDebug() << "StashSplitstate" << stashSplit->isChecked(); //stashSplit->setEnabled(false); if (stashSplit->isChecked()) { tabPage->setSplitViewEnabled(false); |
