mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 14:04:46 -04:00
SimpePTT: fixed warnings
This commit is contained in:
@@ -22,13 +22,13 @@
|
||||
|
||||
SimplePTTCommand::SimplePTTCommand() :
|
||||
m_currentProcess(nullptr),
|
||||
m_currentProcessPid(0),
|
||||
m_currentProcessState(QProcess::NotRunning),
|
||||
m_isInError(false),
|
||||
m_currentProcessError(QProcess::UnknownError),
|
||||
m_hasExited(false),
|
||||
m_currentProcessExitCode(0),
|
||||
m_currentProcessExitStatus(QProcess::NormalExit),
|
||||
m_currentProcessPid(0),
|
||||
m_hasExited(false),
|
||||
m_msgQueueToGUI(nullptr)
|
||||
{
|
||||
m_currentProcessStartTimeStampms = 0;
|
||||
|
||||
Reference in New Issue
Block a user