QGCPX4AirframeConfig.cc 285 Bytes
Newer Older
Lorenz Meier's avatar
Lorenz Meier committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14
#include "QGCPX4AirframeConfig.h"
#include "ui_QGCPX4AirframeConfig.h"

QGCPX4AirframeConfig::QGCPX4AirframeConfig(QWidget *parent) :
    QWidget(parent),
    ui(new Ui::QGCPX4AirframeConfig)
{
    ui->setupUi(this);
}

QGCPX4AirframeConfig::~QGCPX4AirframeConfig()
{
    delete ui;
}