[netinstall] Leave the last status on the queue

- Reaching the end means there's no data, but leave the last load result
  (presumably bad-something) around rather than overwriting.
This commit is contained in:
Adriaan de Groot 2021-04-16 11:32:04 +02:00
parent bd2fb552b5
commit 850825f70f

View File

@ -98,7 +98,6 @@ LoaderQueue::fetchNext()
{ {
if ( m_queue.isEmpty() ) if ( m_queue.isEmpty() )
{ {
m_config->setStatus( Config::Status::FailedNoData );
emit done(); emit done();
return; return;
} }