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

Make uncrustify happy and prevent flip-flops

This commit is contained in:
Oleg Semyonov 2013-05-01 20:07:07 +03:00
parent a0ca66b0cd
commit 9305ced139

View File

@ -93,10 +93,10 @@ public:
QString fieldname;
QString element;
QString url;
double scale;
bool haslimits;
buttonTypeEnum buttonType;
QList<int> buttonGroup;
double scale;
bool haslimits;
};
ConfigTaskWidget(QWidget *parent = 0);