Browse Source
fix warning "TypeError: Value is null and could not be converted to an object (exception occurred during delayed function evaluation)" When using a lambda with `callLater`, QML doesn't check with that used objects exists, this can be problematic during the destruction phase. Using an object function fix the issue (observed with Qt 6.2 and 6.8)pull/191/head
committed by
Steve Lhomme
1 changed files with 10 additions and 6 deletions
Loading…
Reference in new issue