mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-04 12:24:11 +01:00
Remove some debugging output from configTaskWidget. In the case of the sensor
calibration which doesn't have any fields associated this caused a null pointer crash and wasn't useful anyway.
This commit is contained in:
parent
d94ab30616
commit
28b967689f
@ -696,14 +696,6 @@ void ConfigTaskWidget::autoLoadWidgets()
|
|||||||
}
|
}
|
||||||
refreshWidgetsValues();
|
refreshWidgetsValues();
|
||||||
forceShadowUpdates();
|
forceShadowUpdates();
|
||||||
foreach(objectToWidget * ow,objOfInterest)
|
|
||||||
{
|
|
||||||
qDebug()<<"Master:"<<ow->widget->objectName();
|
|
||||||
foreach(shadow * sh,ow->shadowsList)
|
|
||||||
{
|
|
||||||
qDebug()<<"Child"<<sh->widget->objectName();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* Adds a widget to a list of default/reload groups
|
* Adds a widget to a list of default/reload groups
|
||||||
|
Loading…
Reference in New Issue
Block a user