Revert "Force a device state preview update after async rescan."

This reverts commit 717a3d47ca572c28f67757ddf96b63af66d97e14.
This commit is contained in:
Teo Mrnjavac 2015-12-23 18:38:55 +01:00
parent 95239af830
commit d742431ee9

View File

@ -456,11 +456,7 @@ ChoicePage::applyActionChoice( ChoicePage::Choice choice )
{
QFutureWatcher< void > watcher;
connect( &watcher, &QFutureWatcher< void >::finished,
this, [=]
{
doReplace();
updateActionChoicePreview( currentChoice() );
} );
this, doReplace );
QFuture< void > future = QtConcurrent::run( [=]
{