main.cpp error
Solved
General and Desktop
-
Probably the magic of includes. The problem is likely in
mainwindow.h
. Maybe missing;
at the end of class declaration or unbalanced{}
. -
Header seems ok, but it includes
board.h
andgame.h
. Look in those.Yes, the way you're adding the dialog is wrong. It won't even compile like that. But let's not mix issues. Start a new topic for the dialog.