1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-19 04:52:12 +01:00

uncrustify

This commit is contained in:
Philippe Renon 2016-09-21 22:04:52 +02:00
parent e5c180977c
commit 78b8580613
3 changed files with 2 additions and 1 deletions

View File

@ -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;

View File

@ -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") {

View File

@ -61,7 +61,6 @@ private:
void setSource(const QUrl &url);
QQmlEngine *engine() const;
QList<QQmlError> errors() const;
};
#endif /* PFDQMLGADGETWIDGET_H_ */