mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-14 07:23:38 -04:00
glScope: use atomic variable for the data changed indicator
This commit is contained in:
@@ -95,7 +95,7 @@ private:
|
||||
DisplayMode m_displayMode;
|
||||
QTimer m_timer;
|
||||
QMutex m_mutex;
|
||||
bool m_dataChanged;
|
||||
QAtomicInt m_dataChanged;
|
||||
bool m_configChanged;
|
||||
int m_sampleRate;
|
||||
int m_timeOfsProMill;
|
||||
|
||||
Reference in New Issue
Block a user