Add tr(..) call to updateMessage

This commit is contained in:
Phil Olynyk 2019-11-11 21:10:43 -05:00
parent efa7c7d313
commit 433c60f195

View File

@ -154,7 +154,7 @@ void ResmedLoader::ParseSTR(Machine *mach, QMap<QDate, STRFile> & STRmap, QDate
totalRecs += str.GetNumDataRecords(); totalRecs += str.GetNumDataRecords();
} }
emit updateMessage("Parsing STR.edf records..."); emit updateMessage(QObject::tr("Parsing STR.edf records..."));
emit setProgressMax(totalRecs); emit setProgressMax(totalRecs);
QCoreApplication::processEvents(); QCoreApplication::processEvents();