fix bug
This commit is contained in:
parent
b106a751db
commit
ce6c066532
@ -289,10 +289,13 @@ typedef struct {
|
||||
bool checked;
|
||||
} Filter;
|
||||
|
||||
typedef struct{
|
||||
typedef struct General_{
|
||||
bool output_used;
|
||||
int engineering_unit;
|
||||
int rectifier_function;
|
||||
General_(){
|
||||
output_used = false;
|
||||
}
|
||||
}General;
|
||||
|
||||
typedef struct AlarmDangerHigh_{
|
||||
|
||||
@ -1181,12 +1181,12 @@
|
||||
</property>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>否</string>
|
||||
<string>是</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>是</string>
|
||||
<string>否</string>
|
||||
</property>
|
||||
</item>
|
||||
</widget>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user