Also, make sure you've added both the header and the implementation files to your .pro file.
Also, make sure you've added both the header and the implementation files to your .pro file.
try cleaning the project, remove debug/release folders, remove the makefiles and the .pro.user file, then open the project again and rebuild.
You need to provide the implementations for two virtual functions (one pure) you declare:
and the error goes away.Qt Code:
To copy to clipboard, switch view to plain text mode
GUIman (10th March 2011)
Thank you very much... I am an idiot
Bookmarks