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

This reverts commit 717a3d47ca572c28f67757ddf96b63af66d97e14.
main
Teo Mrnjavac 9 years ago
parent 95239af830
commit d742431ee9

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

Loading…
Cancel
Save