Details
-
Suggestion
-
Resolution: Out of scope
-
P3: Somewhat important
-
None
-
None
Description
QMetaObject::invokeMethod() allows the called slots to have a return value, only if the connection type is Qt::DirectConnection.
It should also be possible to have a return value when the connection type is Qt::BlockingQueuedConnection.