user avatar
Fix QAxBase::dynamicCallHelper check of VT_BYREF
Nazar Babik authored
Remember the out-parameters arguments explicitly, because the Invoke
implementation might drop the VT_BYREF bit. Still check the original
and the modified bits to be safe in case the bit is added by Invoke.

Fixes: QTBUG-13845
Change-Id: I701aeb576528aa8a429c56d9caf77db34206cb37
Done-with: Volker Hilsheimer <volker.hilsheimer@qt.io>
Reviewed-by: default avatarVolker Hilsheimer <volker.hilsheimer@qt.io>
Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@qt.io>
e0601382