From: Peter Penz Date: Wed, 6 Jan 2010 22:18:12 +0000 (+0000) Subject: SVN_SILENT: ah, forgot to remove temporary testing code... X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/bbfea3ccb2a3c48b4f66bd94d6cd40cd3420b107 SVN_SILENT: ah, forgot to remove temporary testing code... CCBUG: 210256 svn path=/trunk/KDE/kdebase/apps/; revision=1070848 --- 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(); }