Allow generated code to do cleanup of object by preventing premature loop exit (#270)

This commit is contained in:
sunn
2018-07-08 06:55:27 +02:00
committed by William Cheng
parent 79fafda012
commit 6d05ea5716
2 changed files with 139 additions and 112 deletions

View File

@@ -3,10 +3,6 @@
int main(int argc, char *argv[]) {
QCoreApplication a(argc, argv);
PetApiTests::runTests();
return a.exec();
}