mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-18 08:54:15 +01:00
fixed comparison
This commit is contained in:
parent
e5d19972e6
commit
ed99869c7b
@ -616,7 +616,7 @@ void ConfigTaskWidget::autoLoadWidgets()
|
||||
uiRelation.url = str.mid(str.indexOf(":") + 1);
|
||||
}
|
||||
}
|
||||
if (!uiRelation.buttonType == none) {
|
||||
if (!(uiRelation.buttonType == none)) {
|
||||
QPushButton *button = NULL;
|
||||
switch (uiRelation.buttonType) {
|
||||
case save_button:
|
||||
|
Loading…
x
Reference in New Issue
Block a user