Enabled ResMed Save function

This commit is contained in:
Mark Watkins 2011-07-03 02:10:20 +10:00
parent f0f6232c8a
commit cd1b5329ef

View File

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