mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-04 18:20:42 +00:00
Add icon for older C-Series PRS1 ventilators.
This commit is contained in:
parent
f189b2f0e2
commit
59e4a3af68
@ -40,6 +40,7 @@
|
||||
<file>icons/sdcard-lock.png</file>
|
||||
<file>icons/statistics.png</file>
|
||||
<file>icons/prs1.png</file>
|
||||
<file>icons/prs1vent.png</file>
|
||||
<file>icons/cms50f.png</file>
|
||||
<file>icons/rms9.png</file>
|
||||
<file>icons/intellipap.png</file>
|
||||
|
@ -394,7 +394,7 @@ const char* PRS1ModelInfo::Name(const QString & model) const
|
||||
QMap<const char*,const char*> s_PRS1Series = {
|
||||
{ "System One 60 Series", ":/icons/prs1_60s.png" }, // needs to come before following substring
|
||||
{ "System One", ":/icons/prs1.png" },
|
||||
{ "C Series", ":/icons/prs1.png" }, // TODO
|
||||
{ "C Series", ":/icons/prs1vent.png" },
|
||||
{ "DreamStation", ":/icons/dreamstation.png" },
|
||||
};
|
||||
|
||||
|
BIN
oscar/icons/prs1vent.png
Normal file
BIN
oscar/icons/prs1vent.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 72 KiB |
Loading…
Reference in New Issue
Block a user