A comment in 5659e73493fcdfb5d0cb9d686c24c4fbe1c217ed states that GUIUtil::ObjectInvoke
can be replaced by a call to the QMetaObject::invokeMethod functor overload after Qt 5.10
GUIUtil::ObjectInvoke()
with QMetaObject::invokeMethod()
#587
A comment in 5659e73493fcdfb5d0cb9d686c24c4fbe1c217ed states that GUIUtil::ObjectInvoke
can be replaced by a call to the QMetaObject::invokeMethod functor overload after Qt 5.10
The `GUIUtil::ObjectInvoke()` template function was a replacement of
the `QMetaObject::invokeMethod()` functor overload which is available
in Qt 5.10+.
No behavior change.
This reverts commit 5659e73493fcdfb5d0cb9d686c24c4fbe1c217ed.
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
Reviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.