I have an Aplication(Qt Widgets Aplication). Inside I have 2 .cpp files (main,mainwindow). If i comment out all the includes in mainwindow the program still runs like nothing has happened. I think the program should instead throw an error.
Am I right and the program should not run?