src/relpipe-out-chart.cpp
branchv_0
changeset 11 0f42346c8fc7
parent 9 d88df75dc2eb
child 13 c84042d014c9
equal deleted inserted replaced
10:a6a036bc3857 11:0f42346c8fc7
    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