1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

TestSource: moved thread start and quit/wait to start and stop methods respectively

This commit is contained in:
f4exb
2022-10-08 23:29:42 +02:00
parent 59127ea4e2
commit 1c75f8d326
2 changed files with 20 additions and 28 deletions
@@ -137,8 +137,6 @@ private:
QNetworkAccessManager *m_networkManager;
QNetworkRequest m_networkRequest;
void startWorker();
void stopWorker();
bool applySettings(const TestSourceSettings& settings, bool force);
void webapiReverseSendSettings(QList<QString>& deviceSettingsKeys, const TestSourceSettings& settings, bool force);
void webapiReverseSendStartStop(bool start);