View Single Post
Posts: 13 | Thanked: 5 times | Joined on Oct 2009
#5
historywindow.h doesn't know where the ListWindow header file is thus it doesn't recognize ListWindow as a type.

Check if in the .pro file contains all necessary file paths in SOURCES and HEADERS

remember to run qmake before you actually try to compile it.

Hope it helped.
 

The Following User Says Thank You to skomialek For This Useful Post: