1
0
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:
f4exb
2018-11-20 08:00:19 +01:00
parent af9c693412
commit 02a6cee99f
2 changed files with 17 additions and 15 deletions
+1 -1
View File
@@ -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;