mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Merge pull request #6946 from spycrab/qt_rob
Qt/RunOnObject: Fix no result being returned
This commit is contained in:
@ -46,7 +46,7 @@ auto RunOnObject(QObject* object, F&& functor)
|
|||||||
{
|
{
|
||||||
if (m_obj)
|
if (m_obj)
|
||||||
{
|
{
|
||||||
(*m_result) = m_func();
|
m_result = m_func();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user