Forgot to call QApplication::processEvents to update export progress bar

This commit is contained in:
Mark Watkins 2011-11-15 20:17:49 +10:00
parent 329b64dcdc
commit 031de957f2

View File

@ -171,6 +171,8 @@ void ExportCSV::on_exportButton_clicked()
do {
ui->progressBar->setValue(ui->progressBar->value()+1);
QApplication::processEvents();
Day *day=PROFILE.GetDay(date,MT_CPAP);
if (day) {
QString data;