mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-21 11:54:15 +01:00
OP-38 GCS/configgadget: Compile fix.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1419 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
2589d0d055
commit
e353e24796
@ -35,7 +35,7 @@
|
|||||||
#include <QtGui/QVBoxLayout>
|
#include <QtGui/QVBoxLayout>
|
||||||
#include <QtGui/QPushButton>
|
#include <QtGui/QPushButton>
|
||||||
|
|
||||||
|
const double ConfigAHRSWidget::maxVarValue = 0.1;
|
||||||
|
|
||||||
ConfigAHRSWidget::ConfigAHRSWidget(QWidget *parent) : ConfigTaskWidget(parent)
|
ConfigAHRSWidget::ConfigAHRSWidget(QWidget *parent) : ConfigTaskWidget(parent)
|
||||||
{
|
{
|
||||||
|
@ -38,7 +38,6 @@
|
|||||||
#include <QList>
|
#include <QList>
|
||||||
#include <QTimer>
|
#include <QTimer>
|
||||||
|
|
||||||
|
|
||||||
class ConfigAHRSWidget: public ConfigTaskWidget
|
class ConfigAHRSWidget: public ConfigTaskWidget
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
@ -64,7 +63,7 @@ private:
|
|||||||
int phaseCounter;
|
int phaseCounter;
|
||||||
int progressBarIndex;
|
int progressBarIndex;
|
||||||
QTimer progressBarTimer;
|
QTimer progressBarTimer;
|
||||||
const static double maxVarValue = 0.1;
|
const static double maxVarValue;
|
||||||
|
|
||||||
private slots:
|
private slots:
|
||||||
void launchAHRSCalibration();
|
void launchAHRSCalibration();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user