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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user