mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-14 09:40:45 +00:00
cosmetic changes and temporary debug - no effective change
This commit is contained in:
parent
3b02abe63c
commit
de9c92d430
@ -1145,7 +1145,8 @@ QString Daily::getMachineSettings(Day * day) {
|
|||||||
if (sess) for (; it != it_end; ++it) {
|
if (sess) for (; it != it_end; ++it) {
|
||||||
ChannelID code = it.key();
|
ChannelID code = it.key();
|
||||||
|
|
||||||
if ((code <= 1) || (code == RMS9_MaskOnTime) || (code == CPAP_Mode) || (code == cpapmode) || (code == CPAP_SummaryOnly)) continue;
|
if ((code <= 1) || (code == RMS9_MaskOnTime) || (code == CPAP_Mode) || (code == cpapmode) || (code == CPAP_SummaryOnly))
|
||||||
|
continue;
|
||||||
|
|
||||||
schema::Channel & chan = schema::channel[code];
|
schema::Channel & chan = schema::channel[code];
|
||||||
|
|
||||||
@ -1179,7 +1180,7 @@ QString Daily::getMachineSettings(Day * day) {
|
|||||||
.arg(schema::channel[code].label())
|
.arg(schema::channel[code].label())
|
||||||
.arg(schema::channel[code].description())
|
.arg(schema::channel[code].description())
|
||||||
.arg(data);
|
.arg(data);
|
||||||
|
//qDebug() << QString::number( code, 16 ) << tmp;
|
||||||
if (first_channels.contains(code)) {
|
if (first_channels.contains(code)) {
|
||||||
first[code] = tmp;
|
first[code] = tmp;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user