修正航线有多条连线的bug

This commit is contained in:
2020-06-06 16:08:11 +08:00
parent ca0f9363fd
commit 5740ba1ed4
9 changed files with 253 additions and 230 deletions
+2 -1
View File
@@ -30,9 +30,10 @@ MavLinkNode::MavLinkNode(QObject *parent) : QObject(parent)
connect(Parameter,SIGNAL(SendMessageTo(quint8,quint8*,quint16)),
this,SIGNAL(SendMessageTo(quint8,quint8*,quint16)),Qt::DirectConnection);
/*
connect(this,SIGNAL(setCurrentID(int,int)),
Parameter,SLOT(setID(int,int)),Qt::DirectConnection);
*/
Commander = new commandprocess();