This commit is contained in:
2020-04-09 20:19:56 +08:00
parent 2594deaa06
commit 30b19634ff
15 changed files with 135 additions and 93 deletions
@@ -12,6 +12,10 @@ MAVLinkInspector::MAVLinkInspector(const QString& title, QAction* action,QWidget
selectedComponentID(0),
ui(new Ui::MAVLinkInspector)
{
Q_UNUSED(action)
Q_UNUSED(parent)
ui->setupUi(this);
setWindowTitle(title);