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