Mercurial > hg > svcore
comparison base/EventSeries.h @ 1797:e8b552549225
Fix compile error with non-MSVC compilers
author | Chris Cannam |
---|---|
date | Tue, 01 Oct 2019 11:21:56 +0100 |
parents | ff8c57c364a0 |
children | c546429d4c2f |
comparison
equal
deleted
inserted
replaced
1796:ff8c57c364a0 | 1797:e8b552549225 |
---|---|
233 Event fillEvent) const; | 233 Event fillEvent) const; |
234 | 234 |
235 private: | 235 private: |
236 mutable QMutex m_mutex; | 236 mutable QMutex m_mutex; |
237 | 237 |
238 EventSeries::EventSeries(const EventSeries &other, const QMutexLocker &); | 238 EventSeries(const EventSeries &other, const QMutexLocker &); |
239 | 239 |
240 /** | 240 /** |
241 * This vector contains all events in the series, in the normal | 241 * This vector contains all events in the series, in the normal |
242 * sort order. For backward compatibility we must support series | 242 * sort order. For backward compatibility we must support series |
243 * containing multiple instances of identical events, so | 243 * containing multiple instances of identical events, so |