1
0
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:
f4exb
2023-04-01 18:43:11 +02:00
parent 5cad053158
commit 03ae781782
2 changed files with 4 additions and 4 deletions
@@ -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;