mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-31 16:52:10 +01:00
uncrustify
This commit is contained in:
parent
e5c180977c
commit
78b8580613
@ -91,6 +91,7 @@ public:
|
|||||||
// qDebug() << "OSGGroup::updateChildren";
|
// qDebug() << "OSGGroup::updateChildren";
|
||||||
|
|
||||||
osg::Group *group = static_cast<osg::Group *>(self->node());
|
osg::Group *group = static_cast<osg::Group *>(self->node());
|
||||||
|
|
||||||
if (!group) {
|
if (!group) {
|
||||||
qWarning() << "OSGGroup::updateChildren - null group";
|
qWarning() << "OSGGroup::updateChildren - null group";
|
||||||
return;
|
return;
|
||||||
|
@ -877,6 +877,7 @@ void ConfigMultiRotorWidget::updateAirframe(QString frameType)
|
|||||||
// qDebug() << "ConfigMultiRotorWidget::updateAirframe - frame type" << frameType;
|
// qDebug() << "ConfigMultiRotorWidget::updateAirframe - frame type" << frameType;
|
||||||
|
|
||||||
QString elementId;
|
QString elementId;
|
||||||
|
|
||||||
if (frameType == "Tri" || frameType == "Tricopter Y") {
|
if (frameType == "Tri" || frameType == "Tricopter Y") {
|
||||||
elementId = "tri";
|
elementId = "tri";
|
||||||
} else if (frameType == "QuadX" || frameType == "Quad X") {
|
} else if (frameType == "QuadX" || frameType == "Quad X") {
|
||||||
|
@ -61,7 +61,6 @@ private:
|
|||||||
void setSource(const QUrl &url);
|
void setSource(const QUrl &url);
|
||||||
QQmlEngine *engine() const;
|
QQmlEngine *engine() const;
|
||||||
QList<QQmlError> errors() const;
|
QList<QQmlError> errors() const;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* PFDQMLGADGETWIDGET_H_ */
|
#endif /* PFDQMLGADGETWIDGET_H_ */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user