src/corelib/kernel/qobjectdefs_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/kernel/qobjectdefs_impl.h b/src/corelib/kernel/qobjectdefs_impl.h index 55a8904..7fd9800 100644 --- a/src/corelib/kernel/qobjectdefs_impl.h +++ b/src/corelib/kernel/qobjectdefs_impl.h @@ -445,7 +445,7 @@ namespace QtPrivate { static void call(Function &f, void *, void **arg) { f( *reinterpret_cast::Value>::Type *>(arg[1]), *reinterpret_cast::Value>::Type *>(arg[2]), - *reinterpret_cast::Value>::Type *>(arg[4])), ApplyReturnValue(arg[0]); + *reinterpret_cast::Value>::Type *>(arg[3])), ApplyReturnValue(arg[0]); } }; template struct Functor