mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-22 12:08:43 -04:00
Start using class NonInheritingProcess
This commit is contained in:
parent
1a6474976c
commit
e50e712fdd
@ -1,5 +1,6 @@
|
||||
//---------------------------------------------------------- MainWindow
|
||||
#include "mainwindow.h"
|
||||
|
||||
#include <cinttypes>
|
||||
#include <cstring>
|
||||
#include <cmath>
|
||||
|
@ -26,6 +26,7 @@
|
||||
#include <QFuture>
|
||||
#include <QFutureWatcher>
|
||||
|
||||
#include "NonInheritingProcess.hpp"
|
||||
#include "Audio/AudioDevice.hpp"
|
||||
#include "commons.h"
|
||||
#include "Radio.hpp"
|
||||
@ -572,9 +573,9 @@ private:
|
||||
QFutureWatcher<void> watcher3;
|
||||
QFutureWatcher<QString> m_saveWAVWatcher;
|
||||
|
||||
QProcess proc_jt9;
|
||||
QProcess p1;
|
||||
QProcess p3;
|
||||
NonInheritingProcess proc_jt9;
|
||||
NonInheritingProcess p1;
|
||||
NonInheritingProcess p3;
|
||||
|
||||
WSPRNet *wsprNet;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user