mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 11:10:44 +00:00
put progress bars back :)
This commit is contained in:
parent
03c424a20e
commit
91b3da5cc7
@ -500,11 +500,12 @@ void CMS50F37Loader::processBytes(QByteArray bytes)
|
|||||||
idx += len;
|
idx += len;
|
||||||
} while (idx < size);
|
} while (idx < size);
|
||||||
|
|
||||||
// emit updateProgress(oxirec->size(), duration);
|
|
||||||
|
|
||||||
if (!started_import) {
|
if (!started_import) {
|
||||||
imp_callbacks = 0;
|
imp_callbacks = 0;
|
||||||
} else {
|
} else {
|
||||||
|
emit updateProgress(oxirec->size(), duration);
|
||||||
|
|
||||||
imp_callbacks++;
|
imp_callbacks++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user