Qt4: remove incorrect use of EQ callbacks
* deleting non-existent callback is not allowed (-> abort), * adding a callback but not deleting it is a bad idea, * deleting a callback while setting the valeu can race against other interfaces.
Showing
Please register or sign in to comment