mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-08 04:00:44 +00:00
Leave a breadcrumb for future work on Purge Oximetry, which only half works.
This commit is contained in:
parent
277b2a5422
commit
5122524df7
@ -2528,6 +2528,11 @@ void MainWindow::on_actionPurgeCurrentDaysOximetry_triggered()
|
||||
sess->Destroy();
|
||||
delete sess;
|
||||
}
|
||||
// TODO: Fix this. It deletes the underlying session data file in the machine,
|
||||
// but not from the machine's summary cache. This results in future launches
|
||||
// of OSCAR thinking the day has oximetry data, but then it isn't really there.
|
||||
// Currently this is only useful for reimporting a single day, which the purge
|
||||
// permits, and which in turn creates a new data file for that day.
|
||||
|
||||
|
||||
if (daily) {
|
||||
|
Loading…
Reference in New Issue
Block a user