put progress bars back :)

This commit is contained in:
Mark Watkins 2014-08-22 00:38:11 +10:00
parent 03c424a20e
commit 91b3da5cc7

View File

@ -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++;
}