From aad15359791db252a23dc74d2931c73711f427c0 Mon Sep 17 00:00:00 2001 From: Guy Scharf Date: Sun, 5 Jul 2020 11:19:19 -0700 Subject: [PATCH] WIP: Guessed settings. Code is test only. --- oscar/daily.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/oscar/daily.cpp b/oscar/daily.cpp index 4c99105f..c69de078 100644 --- a/oscar/daily.cpp +++ b/oscar/daily.cpp @@ -1088,8 +1088,8 @@ QString Daily::getMachineSettings(Day * day) { html+=QString("%1").arg(tr("Machine Settings")); html+=" "; - if (day->noSettings(cpap)) { - html+=""+tr("Please Note: All settings shown below are based on assumptions that nothing has changed since previous days.")+"\n"; +/* if (day->noSettings(cpap)) */{ + html+=""+tr("Please Note: All settings shown below are based on assumptions that nothing has changed since previous days.")+"\n"; /* } else if ((day->settingExists(CPAP_BrokenSummary))) { html+=""+tr("Machine Settings Unavailable")+"
\n"; @@ -1244,9 +1244,9 @@ QString Daily::getCPAPInformation(Day * day) html+=tr("PAP Mode: %1").arg(day->getCPAPModeStr())+"
"; html+= day->getPressureSettings(); html+="\n"; - if (day->noSettings(cpap)) { - html+=QString("%1").arg(tr("(Mode/Pressure settings are guessed on this day.)")); - } +// if (day->noSettings(cpap)) { + html+=QString("%1").arg(tr("(Mode/Pressure settings are guessed on this day.)")); +// } html+="\n"; html+="
\n";