mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Add tr(..) call to updateMessage
This commit is contained in:
parent
efa7c7d313
commit
433c60f195
@ -154,7 +154,7 @@ void ResmedLoader::ParseSTR(Machine *mach, QMap<QDate, STRFile> & STRmap, QDate
|
||||
totalRecs += str.GetNumDataRecords();
|
||||
}
|
||||
|
||||
emit updateMessage("Parsing STR.edf records...");
|
||||
emit updateMessage(QObject::tr("Parsing STR.edf records..."));
|
||||
emit setProgressMax(totalRecs);
|
||||
QCoreApplication::processEvents();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user