mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-06-28 07:55:17 -04:00
Minor code cleanup.
This commit is contained in:
parent
90f3c59ea0
commit
6afced7335
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user