Skip to content
Commit ea32a323 authored by David Redondo's avatar David Redondo 🏎
Browse files

Update ApplicationInformation immediately

When indexChanged was triggered and we went to update(), the valid
property was apparently not yet evaluated and so we would return and
do nothing. The data was only updated on the next dataChanged of the
model which could take any time up to one second.
We can just remove the property and use the condition directly. It
was not used anywhere else.
parent c53c1c7b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment