mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-29 12:52:28 -04:00
Remove an unused variable.
This commit is contained in:
parent
6afced7335
commit
bb5e8efd52
@ -902,7 +902,6 @@ void MainWindow::decode() //decode()
|
|||||||
decodes_.ncand=0;
|
decodes_.ncand=0;
|
||||||
decodes_.nQDecoderDone=0;
|
decodes_.nQDecoderDone=0;
|
||||||
int itimer=0;
|
int itimer=0;
|
||||||
m_decoder_start_time=QDateTime::currentDateTimeUtc();
|
|
||||||
watcher3.setFuture(QtConcurrent::run (std::bind (q65c_, &itimer)));
|
watcher3.setFuture(QtConcurrent::run (std::bind (q65c_, &itimer)));
|
||||||
|
|
||||||
decodeBusy(true);
|
decodeBusy(true);
|
||||||
|
@ -161,8 +161,6 @@ private:
|
|||||||
QFutureWatcher<void>* watcher2;
|
QFutureWatcher<void>* watcher2;
|
||||||
QFutureWatcher<void> watcher3; //For decoder
|
QFutureWatcher<void> watcher3; //For decoder
|
||||||
|
|
||||||
QDateTime m_decoder_start_time;
|
|
||||||
|
|
||||||
QString m_path;
|
QString m_path;
|
||||||
QString m_pbdecoding_style1;
|
QString m_pbdecoding_style1;
|
||||||
QString m_pbmonitor_style;
|
QString m_pbmonitor_style;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user