mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-09 12:40:43 +00:00
Snore graph doesn't need to show in Events list
This commit is contained in:
parent
4a1ee846c5
commit
6412707a21
@ -8295,7 +8295,7 @@
|
||||
<sleeplib/machine.h>
|
||||
<list>
|
||||
|
||||
1307479655 /home/mark/projects/git/sleepyhead/src/version.h
|
||||
1307480716 /home/mark/projects/git/sleepyhead/src/version.h
|
||||
|
||||
1307418393 /home/mark/projects/git/sleepyhead/src/libs/sleeplib/prs1_loader.h
|
||||
"machine.h"
|
||||
|
@ -805,6 +805,7 @@ void Daily::RefreshData()
|
||||
for (m=(*s)->events.begin();m!=(*s)->events.end();m++) {
|
||||
MachineCode code=m->first;
|
||||
if (code==CPAP_Leak) continue;
|
||||
if (code==CPAP_SnoreGraph) continue;
|
||||
if (code==PRS1_Unknown12) continue;
|
||||
wxTreeItemId mcr;
|
||||
if (mcroot.find(code)==mcroot.end()) {
|
||||
|
@ -16,14 +16,14 @@ namespace AutoVersion{
|
||||
//Standard Version Type
|
||||
static const long MAJOR = 0;
|
||||
static const long MINOR = 7;
|
||||
static const long BUILD = 3687;
|
||||
static const long REVISION = 3377;
|
||||
static const long BUILD = 3690;
|
||||
static const long REVISION = 3390;
|
||||
|
||||
//Miscellaneous Version Types
|
||||
static const long BUILDS_COUNT = 1425;
|
||||
#define RC_FILEVERSION 0,7,3687,3377
|
||||
#define RC_FILEVERSION_STRING "0, 7, 3687, 3377\0"
|
||||
static const char FULLVERSION_STRING[] = "0.7.3687.3377";
|
||||
static const long BUILDS_COUNT = 1439;
|
||||
#define RC_FILEVERSION 0,7,3690,3390
|
||||
#define RC_FILEVERSION_STRING "0, 7, 3690, 3390\0"
|
||||
static const char FULLVERSION_STRING[] = "0.7.3690.3390";
|
||||
|
||||
//These values are to keep track of your versioning state, don't modify them.
|
||||
static const long BUILD_HISTORY = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user