1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

uncrustification

This commit is contained in:
Corvus Corax 2014-10-03 23:14:38 +02:00
parent c350c2a94c
commit b01eb1d3e4
4 changed files with 3 additions and 3 deletions

View File

@ -58,7 +58,6 @@ private:
bool m_isCalibrating;
QList<OutputCalibrationUtil *> m_outputs;
};
#endif // ESCCALIBRATIONPAGE_H

View File

@ -47,6 +47,7 @@ bool SummaryPage::validatePage()
{
// Save settings so far.
VehicleConfigurationHelper helper(getWizard());
helper.setupVehicle(false);
return true;
}