mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Fix loss of AHI graph in previous commit
This commit is contained in:
parent
6f3adfdcbe
commit
038035785d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user