Fix loss of AHI graph in previous commit

This commit is contained in:
Guy Scharf 2021-08-15 22:51:09 -07:00
parent 6f3adfdcbe
commit 038035785d

View File

@ -1628,6 +1628,7 @@ EventDataType Session::rangeCount(ChannelID id, qint64 first, qint64 last)
if (id == AllAhiChannels) {
for (int i = 0; i < ahiChannels.size(); i++)
total += rangeCount(ahiChannels.at(i), first, last);
return (EventDataType)total;
}
QHash<ChannelID, QVector<EventList *> >::iterator j = eventlist.find(id);