[Qt-creator] Slots methods in threads

Adrian Łubik adrian5632 at gmail.com
Sat May 23 11:09:27 CEST 2009


Yes, it is possible. The error you are getting is probably caused because
of:
1. Not added the Q_OBJECT macro in your class, and/or
2. Nor running qmake after adding the Q_OBJECT macro into your class - you
have to run qmake manually from the Build menu every time you add the macro
to a class which has already been built without the macro.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-creator-old/attachments/20090523/b4e85e06/attachment.html 


More information about the Qt-creator-old mailing list