b
This commit is contained in:
@@ -30,11 +30,6 @@ 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();
|
||||
connect(Commander,SIGNAL(SendMessageTo(quint8,quint8*,quint16)),
|
||||
|
||||
Reference in New Issue
Block a user