mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-10 18:24:11 +01:00
OP-1170 Got rid of all compiler warnings in pathactioneditor plugin.
This commit is contained in:
parent
a79efd7353
commit
4b4f9bd108
@ -423,6 +423,7 @@ void PathActionEditorTreeModel::newInstance(UAVObject *obj)
|
|||||||
|
|
||||||
void PathActionEditorTreeModel::objUpdated(UAVObject *obj)
|
void PathActionEditorTreeModel::objUpdated(UAVObject *obj)
|
||||||
{
|
{
|
||||||
|
Q_UNUSED(obj);
|
||||||
quint16 index = m_objManager->getObject("WaypointActive")->getField("Index")->getValue().toInt();
|
quint16 index = m_objManager->getObject("WaypointActive")->getField("Index")->getValue().toInt();
|
||||||
quint16 action;
|
quint16 action;
|
||||||
|
|
||||||
|
@ -108,6 +108,7 @@ void TreeItem::apply()
|
|||||||
|
|
||||||
void TreeItem::setHighlight(bool highlight)
|
void TreeItem::setHighlight(bool highlight)
|
||||||
{
|
{
|
||||||
|
Q_UNUSED(highlight)
|
||||||
// m_highlight = highlight;
|
// m_highlight = highlight;
|
||||||
m_changed = false;
|
m_changed = false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user