Skip to content
Permalink
Browse files
Merge pull request #6946 from spycrab/qt_rob
Qt/RunOnObject: Fix no result being returned
  • Loading branch information
spycrab committed May 22, 2018
2 parents db65e44 + 1f3df18 commit 51410b7
Showing 1 changed file with 1 addition and 1 deletion.
@@ -46,7 +46,7 @@ auto RunOnObject(QObject* object, F&& functor)
{
if (m_obj)
{
(*m_result) = m_func();
m_result = m_func();
}
else
{

0 comments on commit 51410b7

Please sign in to comment.