mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-02 19:29:15 +01:00
Remove an outdated connect in waypointeditor
This commit is contained in:
parent
62436270e3
commit
5b2f4d6d91
@ -57,9 +57,6 @@ WaypointTable::WaypointTable(QObject *parent) :
|
|||||||
connect(waypoint, SIGNAL(objectUpdated(UAVObject*)), this, SLOT(waypointsUpdated(UAVObject*)));
|
connect(waypoint, SIGNAL(objectUpdated(UAVObject*)), this, SLOT(waypointsUpdated(UAVObject*)));
|
||||||
}
|
}
|
||||||
|
|
||||||
connect(waypointObj, SIGNAL(),
|
|
||||||
this, SLOT(waypointsUpdated(UAVObject*)));
|
|
||||||
|
|
||||||
headers.clear();
|
headers.clear();
|
||||||
headers.append(QString("North"));
|
headers.append(QString("North"));
|
||||||
headers.append(QString("East"));
|
headers.append(QString("East"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user