Rename class Machine_info to MachinInfo

Rename to follow the code style of QElectroTech
This commit is contained in:
joshua
2021-03-22 19:01:46 +01:00
parent 1a3656f7be
commit 3d25beaea0
5 changed files with 41 additions and 45 deletions

View File

@@ -208,7 +208,7 @@ int main(int argc, char **argv)
qInfo("Start-up");
// delete old log files of max 7 days old.
delete_old_log_files(7);
Machine_info ma;
MachineInfo ma;
ma.send_info_to_debug();
});
return app.exec();