diff --git a/oscar/SleepLib/schema.cpp b/oscar/SleepLib/schema.cpp index f6b1633f..8b453245 100644 --- a/oscar/SleepLib/schema.cpp +++ b/oscar/SleepLib/schema.cpp @@ -328,11 +328,11 @@ void init() CPAP_BrokenSummary = schema::channel["BrokenSummary"].id(); CPAP_BrokenWaveform = schema::channel["BrokenWaveform"].id(); -// -// +// +// - schema::channel.add(GRP_CPAP, ch=new Channel(CPAP_Test1 = 0x111e, DATA, MT_CPAP, SESSION, STR_GRAPH_TestChan1, QObject::tr("Debugging channel #1"), QObject::tr("Top secret internal stuff you're not supposed to see ;)"), QObject::tr("Test #1"), QString(), INTEGER, QColor("pink"))); - schema::channel.add(GRP_CPAP, ch=new Channel(CPAP_Test2 = 0x111f, DATA, MT_CPAP, SESSION, STR_GRAPH_TestChan2, QObject::tr("Debugging channel #2"), QObject::tr("Top secret internal stuff you're not supposed to see ;)"), QObject::tr("Test #2"), QString(), INTEGER, Qt::blue)); +// schema::channel.add(GRP_CPAP, ch=new Channel(CPAP_Test1 = 0x111e, DATA, MT_CPAP, SESSION, STR_GRAPH_TestChan1, QObject::tr("Debugging channel #1"), QObject::tr("Top secret internal stuff you're not supposed to see ;)"), QObject::tr("Test #1"), QString(), INTEGER, QColor("pink"))); +// schema::channel.add(GRP_CPAP, ch=new Channel(CPAP_Test2 = 0x111f, DATA, MT_CPAP, SESSION, STR_GRAPH_TestChan2, QObject::tr("Debugging channel #2"), QObject::tr("Top secret internal stuff you're not supposed to see ;)"), QObject::tr("Test #2"), QString(), INTEGER, Qt::blue)); RMS9_E01 = schema::channel["RMS9_E01"].id(); RMS9_E02 = schema::channel["RMS9_E02"].id(); diff --git a/oscar/overview.cpp b/oscar/overview.cpp index 997e0e40..f2b6959a 100644 --- a/oscar/overview.cpp +++ b/oscar/overview.cpp @@ -523,6 +523,7 @@ void Overview::on_rangeCombo_activated(int index) day->OpenSummary(); // This can be slow if summary needs to be updated to new version } progress->close(); + delete progress; // first and last dates for ANY machine type setRange(start, end); diff --git a/oscar/statistics.cpp b/oscar/statistics.cpp index afede063..91435171 100644 --- a/oscar/statistics.cpp +++ b/oscar/statistics.cpp @@ -519,6 +519,7 @@ void Statistics::updateRXChanges() // Close the progress bar progress->close(); + delete progress; }