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