Workaround for intents doing nothing
For yet to be debugged reasons the call to the signal function doesnt cause slots to be invoked. QMetaObject::invokeMethod seems to make it work instead.
For yet to be debugged reasons the call to the signal function doesnt cause slots to be invoked. QMetaObject::invokeMethod seems to make it work instead.