1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-07 08:24:43 -04:00

Fixed more compilation warnings

This commit is contained in:
f4exb
2021-12-27 22:28:34 +01:00
parent fc7615e7d1
commit 327cc957d6
4 changed files with 12 additions and 11 deletions
+2 -1
View File
@@ -203,7 +203,8 @@ void Command::run(const QString& apiAddress, int apiPort, int deviceSetIndex)
m_currentProcess->setProcessChannelMode(QProcess::MergedChannels);
m_currentProcessStartTimeStampms = TimeUtil::nowms();
m_currentProcess->start(m_currentProcessCommandLine);
QStringList allArgs = args.split(" ", Qt::SkipEmptyParts);
m_currentProcess->start(m_command, allArgs);
}
void Command::kill()