[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:
parent
bd2fb552b5
commit
850825f70f
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user