mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 11:10:44 +00:00
Update database version in loader, not profiles
This commit is contained in:
parent
1a258eae34
commit
6fed69e71c
@ -368,6 +368,7 @@ int ResmedLoader::Open(const QString & dirpath)
|
|||||||
Machine *mach = p_profile->lookupMachine(info.serial, info.loadername);
|
Machine *mach = p_profile->lookupMachine(info.serial, info.loadername);
|
||||||
if ( mach ) { // we have seen this machine
|
if ( mach ) { // we have seen this machine
|
||||||
qDebug() << "We have seen this machime";
|
qDebug() << "We have seen this machime";
|
||||||
|
mach->setInfo( info ); // update info
|
||||||
// QDate lastDate = p_profile->LastDay(MT_CPAP);
|
// QDate lastDate = p_profile->LastDay(MT_CPAP);
|
||||||
// firstImportDay = lastDate.addDays(-1);
|
// firstImportDay = lastDate.addDays(-1);
|
||||||
} else { // Starting from new beginnings - new or purged
|
} else { // Starting from new beginnings - new or purged
|
||||||
|
Loading…
Reference in New Issue
Block a user