QtConcurrent-run-member-function: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
(No difference)

Revision as of 17:18, 14 January 2015

You can call a member function of an object using QtConcurrent::run as follows. (Note for an inherited member function, please see QtConcurrent run inherited member function).

form.h

form.cpp

form.ui

MyClass.h

main.cpp

Categories: