check if moc is run for those classes
(the 3 ingredients for the qt magic to work are: derive from QObject, do not forget Q_OBJECT macro, *and* run moc - e.g. by putting the header file inside the .pro file's HEADERS section)
check if moc is run for those classes
(the 3 ingredients for the qt magic to work are: derive from QObject, do not forget Q_OBJECT macro, *and* run moc - e.g. by putting the header file inside the .pro file's HEADERS section)
Bookmarks