equal
deleted
inserted
replaced
23 std::shared_ptr<RelationalReader> reader(Factory::create(std::cin)); |
23 std::shared_ptr<RelationalReader> reader(Factory::create(std::cin)); |
24 |
24 |
25 int resultCode = CLI::EXIT_CODE_UNEXPECTED_ERROR; |
25 int resultCode = CLI::EXIT_CODE_UNEXPECTED_ERROR; |
26 |
26 |
27 RelpipeChartMainWindow window; |
27 RelpipeChartMainWindow window; |
28 window.resize(640, 480); |
|
29 window.show(); |
28 window.show(); |
30 |
29 |
31 app.exec(); |
30 app.exec(); |
32 //return app.exec(); |
31 //return app.exec(); |
33 |
32 |