SVN_SILENT: ah, forgot to remove temporary testing code...

CCBUG: 210256

svn path=/trunk/KDE/kdebase/apps/; revision=1070848
This commit is contained in:
Peter Penz 2010-01-06 22:18:12 +00:00
parent 229cbd7ac2
commit bbfea3ccb2

View file

@ -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();
}