#include #include "chat_window.hpp" int main(int argc, char* argv[]) { QApplication a(argc, argv); chat_window w; w.show(); return a.exec(); }