From 3715b35764cfa4e81413166b553895f931e5f689 Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 3 Feb 2018 08:06:44 +0100 Subject: Do not block signals in FileWidget I guess there was a valid reason to block, but that's gone now. Couldn't bother to stare at the history... --- filewidget.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/filewidget.cpp b/filewidget.cpp index ab087dd..96e8c19 100644 --- a/filewidget.cpp +++ b/filewidget.cpp @@ -563,9 +563,7 @@ void FileWidget::populateMimeFilters(){ mMimeFilters->addItems(mimeFilters); int cbidx = mMimeFilters->findText(current); if(cbidx > -1){ - mMimeFilters->blockSignals(true); mMimeFilters->setCurrentIndex(cbidx); - mMimeFilters->blockSignals(false); } } -- cgit v1.2.3-70-g09d2