mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 18:50: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;
|
||||
} while (idx < size);
|
||||
|
||||
// emit updateProgress(oxirec->size(), duration);
|
||||
|
||||
if (!started_import) {
|
||||
imp_callbacks = 0;
|
||||
} else {
|
||||
emit updateProgress(oxirec->size(), duration);
|
||||
|
||||
imp_callbacks++;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user