3c74720f74
The 'worker' function argument shadows the class member of the same name, and 'worker = worker;' assigns the function argument to itself, not to the member as intended. examples/tutorials/threads/movedobject/thread.cpp:69: warning: explicitly assigning a variable of type 'QObject *' to itself [-Wself- worker = worker; ~~~~~~ ^ ~~~~~~ Change-Id: If4adf486a86a4ba4e7f7040a7771a70b7dd9aa86 Reviewed-by: Olivier Goffart <ogoffart@woboq.com> |
||
---|---|---|
.. | ||
addressbook | ||
addressbook-fr | ||
gettingStarted | ||
modelview | ||
threads | ||
widgets | ||
README | ||
tutorials.pro |
Qt is supplied with tutorials that have been written to provide developers with an introduction to the Qt API. Documentation for tutorials can be found in the Tutorials link in the main documentation.