-
Bug
-
Resolution: Done
-
Not Evaluated
-
1.1.2
-
None
-
374fd40b9c8260185faf051676088deeee9ae8b2
The setIntensity() function of QDeclarativeHapticsEffect currently has no effect. The new value is written only if it is equal to the old value, which is clearly wrong.
Also, as it uses qFuzzyCompare, merely inverting the result of the comparison would still result in an error, as the comparison would fail if either the new or old value was zero.