mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-08 04:00:44 +00:00
Enabled ResMed Save function
This commit is contained in:
parent
f0f6232c8a
commit
cd1b5329ef
@ -352,7 +352,7 @@ bool ResmedLoader::Open(QString & path,Profile *profile)
|
|||||||
|
|
||||||
if (qprogress) qprogress->setValue(33.0+(float(++cnt)/float(size)*33.0));
|
if (qprogress) qprogress->setValue(33.0+(float(++cnt)/float(size)*33.0));
|
||||||
}
|
}
|
||||||
//m->Save();
|
m->Save();
|
||||||
if (qprogress) qprogress->setValue(100);
|
if (qprogress) qprogress->setValue(100);
|
||||||
qDebug() << "Total Events " << event_cnt;
|
qDebug() << "Total Events " << event_cnt;
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user