┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2010-01-06 22:18:12 +0000
committerPeter Penz <[email protected]>2010-01-06 22:18:12 +0000
commitbbfea3ccb2a3c48b4f66bd94d6cd40cd3420b107 (patch)
treeb2200b30ba8093dfcc22f41ac0b4eaef784dc24c /src
parent229cbd7ac2437dad26656ec0527f816129463efa (diff)
SVN_SILENT: ah, forgot to remove temporary testing code...
CCBUG: 210256 svn path=/trunk/KDE/kdebase/apps/; revision=1070848
Diffstat (limited to 'src')
-rw-r--r--src/dolphinview.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp
index 1a8435eea..606c5202d 100644
--- a/src/dolphinview.cpp
+++ b/src/dolphinview.cpp
@@ -921,7 +921,6 @@ void DolphinView::slotSelectionChanged(const QItemSelection& selected, const QIt
// was selected before and now nothing is selected) the selectionChangedSignal must
// be emitted asynchronously as fast as possible to update the edit-actions.
m_selectionChangedTimer->setInterval(selectionStateChanged ? 0 : 300);
- const int foo = selectionStateChanged ? 0 : 300;
m_selectionChangedTimer->start();
}