From bbfea3ccb2a3c48b4f66bd94d6cd40cd3420b107 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 6 Jan 2010 22:18:12 +0000 Subject: [PATCH] SVN_SILENT: ah, forgot to remove temporary testing code... CCBUG: 210256 svn path=/trunk/KDE/kdebase/apps/; revision=1070848 --- src/dolphinview.cpp | 1 - 1 file changed, 1 deletion(-) 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(); } -- 2.47.3