1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-31 16:52:10 +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"; // 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;

View File

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

View File

@ -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_ */