Minor code cleanup.

This commit is contained in:
Joe Taylor 2023-12-16 11:59:11 -05:00
parent 90f3c59ea0
commit 6afced7335

View File

@ -159,7 +159,6 @@ private:
QFuture<void>* future2; QFuture<void>* future2;
QFutureWatcher<void>* watcher1; QFutureWatcher<void>* watcher1;
QFutureWatcher<void>* watcher2; QFutureWatcher<void>* watcher2;
QFutureWatcher<void> watcher3; //For decoder QFutureWatcher<void> watcher3; //For decoder
QDateTime m_decoder_start_time; QDateTime m_decoder_start_time;
@ -179,13 +178,8 @@ private:
QString m_mode; QString m_mode;
QString m_UTC0=""; QString m_UTC0="";
QDateTime m_dateTimeSeqStart; //Nominal start time of Rx sequence about to be decoded QDateTime m_dateTimeSeqStart; //Nominal start time of Rx sequence about to be decoded
QHash<QString,bool> m_worked; QHash<QString,bool> m_worked;
SignalMeter *xSignalMeter; SignalMeter *xSignalMeter;
SignalMeter *ySignalMeter;
SoundInThread soundInThread; //Instantiate the audio threads SoundInThread soundInThread; //Instantiate the audio threads
//---------------------------------------------------- private functions //---------------------------------------------------- private functions