X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/229cbd7ac2437dad26656ec0527f816129463efa..a0d3cf4aa8ffa76ed22a67efa4ea156eb2ef9f68:/src/dolphinview.cpp 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(); }