mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 08:04:49 -05:00
ADSB: Handle double quoted arguments in commands
This commit is contained in:
parent
a237886005
commit
c742efc866
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user