#include "Application2.h" int main(int argc, char** argv) { auto app = new Application2(argc, argv); app->run(); return 0; }