Since the problem is in a Qt metacall, I'd guess your project isn't being built correctly. Make sure your headers and source files are listed in your project file, that you don't have any implementation in your headers, and that you've done a 'make clean' and a complete rebuild on your project.
Bookmarks