make sure that .h file is listed in the HEADERS section of your .pro file.
run qmake.
(If moc is not run for that .h file, no code will be generated for your slots etc and you get this error.)
HTH
make sure that .h file is listed in the HEADERS section of your .pro file.
run qmake.
(If moc is not run for that .h file, no code will be generated for your slots etc and you get this error.)
HTH
iamhere (15th October 2008)
Bookmarks