From f5ef31dfd2f4e86df0382567b7e35bcfaf9a330c Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Mon, 12 May 2014 10:03:12 +0200 Subject: [PATCH] Added QU4D line --- src/ui/px4_configuration/QGCPX4AirframeConfig.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui/px4_configuration/QGCPX4AirframeConfig.cc b/src/ui/px4_configuration/QGCPX4AirframeConfig.cc index f77111754..949073732 100644 --- a/src/ui/px4_configuration/QGCPX4AirframeConfig.cc +++ b/src/ui/px4_configuration/QGCPX4AirframeConfig.cc @@ -99,6 +99,7 @@ QGCPX4AirframeConfig::QGCPX4AirframeConfig(QWidget *parent) : ui->hComboBox->addItem(tr("3DR Iris"), 10016); ui->hComboBox->addItem(tr("TBS Discovery"), 10015); + ui->hComboBox->addItem(tr("SteadiDrone QU4D"), 10017); connect(ui->hPushButton, SIGNAL(clicked()), this, SLOT(hSelected())); connect(ui->hComboBox, SIGNAL(activated(int)), this, SLOT(hSelected(int))); -- 2.22.0