This commit is contained in:
David Varley
2020-09-14 11:45:52 +10:00

View File

@@ -203,7 +203,6 @@ int main(int argc, char **argv)
my_ma->send_info_to_debug(); my_ma->send_info_to_debug();
delete my_ma; delete my_ma;
} }
return app.exec(); return app.exec();
} }