From 4dd142ed603c73c8551d924e9133c7ad08615a73 Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Sun, 28 Feb 2016 10:16:49 +1000 Subject: [PATCH] Getting things ready for DreamStation image --- sleepyhead/SleepLib/loader_plugins/prs1_loader.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sleepyhead/SleepLib/loader_plugins/prs1_loader.cpp b/sleepyhead/SleepLib/loader_plugins/prs1_loader.cpp index a3045488..7b173b3a 100644 --- a/sleepyhead/SleepLib/loader_plugins/prs1_loader.cpp +++ b/sleepyhead/SleepLib/loader_plugins/prs1_loader.cpp @@ -122,12 +122,15 @@ PRS1Loader::PRS1Loader() { const QString PRS1_ICON = ":/icons/prs1.png"; const QString PRS1_60_ICON = ":/icons/prs1_60s.png"; + const QString DREAMSTATION_ICON = ":/icons/dreamstation.png"; - QString s = newInfo().series; + // QString s = newInfo().series; m_pixmap_paths["System One"] = PRS1_ICON; m_pixmaps["System One"] = QPixmap(PRS1_ICON); m_pixmap_paths["System One (60 Series)"] = PRS1_60_ICON; m_pixmaps["System One (60 Series)"] = QPixmap(PRS1_60_ICON); + m_pixmap_paths["DreamStation"] = DREAMSTATION_ICON; + m_pixmaps["DreamStation"] = QPixmap(DREAMSTATION_ICON); //genCRCTable(); // find what I did with this.. m_type = MT_CPAP;