Details
-
Sub-task
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
None
Description
If we have a property
QProperty<float>
and assign a binding created by
Qt::makePropertyBinding([](){ return 42; })
we get an error, because of the float/integer mismatch. It is unlikely that we can fix the underlying problem, but maybe we can create a nicer error.