mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-14 15:33:34 -04:00
ADSB: Handle double quoted arguments in commands
This commit is contained in:
@@ -3100,7 +3100,7 @@ void ADSBDemodGUI::speechNotification(Aircraft *aircraft, const QString &speech)
|
||||
void ADSBDemodGUI::commandNotification(Aircraft *aircraft, const QString &command)
|
||||
{
|
||||
QString commandLine = subAircraftString(aircraft, command);
|
||||
QStringList allArgs = commandLine.split(" ");
|
||||
QStringList allArgs = QProcess::splitCommand(commandLine);
|
||||
|
||||
if (allArgs.size() > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user