mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 02:30:44 +00:00
Fix compile error - Obsolescence issue
This commit is contained in:
parent
a35a54fb56
commit
5e57a3bf84
@ -851,7 +851,7 @@ void DailySearchTab::find(QDate& date) {
|
||||
QList<Session *> sessions = day->getSessions(MT_CPAP);
|
||||
QMap<ChannelID,int> values;
|
||||
// find possible channeld to use
|
||||
QList<ChannelID> apneaLikeChannels(ahiChannels.begin(),ahiChannels.end());
|
||||
QVector<ChannelID> apneaLikeChannels(ahiChannels);
|
||||
#if 1
|
||||
if (p_profile->cpap->userEventFlagging()) {
|
||||
apneaLikeChannels.push_back(CPAP_UserFlag1);
|
||||
|
Loading…
Reference in New Issue
Block a user