The normal way is with invokeMethod:
invokeMethod
QMetaObject::invokeMethod(this, "methodName", Qt::QueuedConnection);
which works