1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 06:04:39 -04:00

Test source: Make settings assignments atomic. Part of #1329

This commit is contained in:
f4exb
2022-10-29 19:18:45 +02:00
parent cd656a1dee
commit 922cfc695e
6 changed files with 224 additions and 85 deletions
@@ -53,6 +53,7 @@ private:
Ui::TestSourceGui* ui;
TestSourceSettings m_settings;
QList<QString> m_settingsKeys;
QTimer m_updateTimer;
QTimer m_statusTimer;
bool m_doApplySettings;