mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-24 10:22:26 -04:00
Squash compiler warning
This commit is contained in:
parent
9626703daa
commit
00832a5adb
@ -311,7 +311,7 @@ MainWindow::~MainWindow()
|
|||||||
soundOutThread.quitExecution=true;
|
soundOutThread.quitExecution=true;
|
||||||
soundOutThread.wait(3000);
|
soundOutThread.wait(3000);
|
||||||
}
|
}
|
||||||
PaError paerr=Pa_Terminate();
|
Pa_Terminate();
|
||||||
if(!m_decoderBusy) {
|
if(!m_decoderBusy) {
|
||||||
QFile lockFile(m_appDir + "/.lock");
|
QFile lockFile(m_appDir + "/.lock");
|
||||||
lockFile.remove();
|
lockFile.remove();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user