Purpose progress reporting: workaround for the ulong->double cast issue
Needs ReviewPublic

Authored by rjvbb on Feb 23 2017, 4:32 PM.

Details

Reviewers
apol
Summary

QML doesn't do automatic casting of ulong to double on assignment, and prints an error instead.

Multiplying the ulong with 1.0 silences the error but I haven't been able to determine whether it does anything more than that.

Diff Detail

Lint
Lint Skipped
Unit
Unit Tests Skipped
rjvbb created this revision.Feb 23 2017, 4:32 PM