On Tuesday 20 October 2015 17:56:33 Thiago Macieira wrote: > Can anyone think of a solution to this problem?
Don't call ::exit()? I'm only half-joking. Who calls ::exit() in a C++ program (apart from implicitly by leaving main())? Wild guess: maybe std::terminate() works better? -- Marc Mutz <[email protected]> | Senior Software Engineer KDAB (Deutschland) GmbH & Co.KG, a KDAB Group Company Tel: +49-30-521325470 KDAB - The Qt Experts _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
