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;
connect( &watcher, &QFutureWatcher< void >::finished,
this, [=]
{
doReplace();
updateActionChoicePreview( currentChoice() );
} );
this, doReplace );
QFuture< void > future = QtConcurrent::run( [=]
{

Loading…
Cancel
Save