#include "boss.h" #include int main(int argc, char *argv[]) { QApplication a(argc, argv); boss w; //w.show(); это нам нах ненужно return a.exec(); }