-
Bug
-
Resolution: Done
-
P2: Important
-
1.1.0
-
None
-
4531654444f5f98014cc6a86a9d46ecd65d0f39b
This function (QFeedbackHapticsEffect::setActuator) does not check for a null pointer argument, and does not treat it the same as a default actuator. Some backends attempt to dereference the actuator on the assumption that it is valid.
Calling setActuator(0) should reset the actuator to the default actuator (as it is when the effect is created).