You are missing a Q_OBJECT macro in the private section one or more classes would be my guess. Alternatively, you have not run qmake since adding it so moc is not being run over the code and the metaobject stuff is not built.
You are missing a Q_OBJECT macro in the private section one or more classes would be my guess. Alternatively, you have not run qmake since adding it so moc is not being run over the code and the metaobject stuff is not built.
Thx for your answer, but the Q_object macro's are there. Just ran qmake again. No difference. Any other ideas?
Bookmarks