#include "main_window.hpp" int main(int argc, char* argv[]) { QApplication app{argc, argv}; getsuyobi::GetsuyobiApp getsuyobi{}; return app.exec(); }