simplify, move redundant operations to functions, update coding style

This commit is contained in:
Axel Kohlmeyer
2023-07-25 10:16:20 -04:00
parent 908e925b8f
commit a402d2c6d8
9 changed files with 74 additions and 161 deletions

View File

@ -13,3 +13,7 @@ int main(int argc, char *argv[])
w.show();
return a.exec();
}
// Local Variables:
// c-basic-offset: 4
// End: