mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-21 21:20:45 +00:00
Wasn't showing AirCurve icon properly
This commit is contained in:
parent
db1559a545
commit
4e90213536
@ -1004,7 +1004,7 @@ ResmedLoader::ResmedLoader()
|
|||||||
m_pixmaps[STR_ResMed_AirSense10] = QPixmap(RM10_ICON);
|
m_pixmaps[STR_ResMed_AirSense10] = QPixmap(RM10_ICON);
|
||||||
m_pixmap_paths[STR_ResMed_AirSense10] = RM10_ICON;
|
m_pixmap_paths[STR_ResMed_AirSense10] = RM10_ICON;
|
||||||
m_pixmaps[STR_ResMed_AirCurve10] = QPixmap(RM10C_ICON);
|
m_pixmaps[STR_ResMed_AirCurve10] = QPixmap(RM10C_ICON);
|
||||||
m_pixmap_paths[STR_ResMed_AirCurve10] = RM10_ICON;
|
m_pixmap_paths[STR_ResMed_AirCurve10] = RM10C_ICON;
|
||||||
m_type = MT_CPAP;
|
m_type = MT_CPAP;
|
||||||
}
|
}
|
||||||
ResmedLoader::~ResmedLoader()
|
ResmedLoader::~ResmedLoader()
|
||||||
|
Loading…
Reference in New Issue
Block a user