+ fix gcc build failure
This commit is contained in:
parent
3c754da0cb
commit
ca0fb1480e
|
@ -113,6 +113,7 @@ public:
|
|||
default: break;
|
||||
}
|
||||
|
||||
{
|
||||
if (copy.at(0) == locale.groupSeparator()) {
|
||||
state = QValidator::Invalid;
|
||||
goto end;
|
||||
|
@ -188,6 +189,7 @@ public:
|
|||
state = QValidator::Intermediate;
|
||||
}
|
||||
}
|
||||
}
|
||||
end:
|
||||
if (state != QValidator::Acceptable) {
|
||||
res.setValue(max > 0 ? min : max);
|
||||
|
|
Loading…
Reference in New Issue
Block a user