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

@@ -152,8 +152,8 @@ void AboutQETDialog::setVersion()
QString str = "<span style=\"font-weight:bold;font-size:16pt;\">QElectroTech V "
+ QET::displayedVersion
+ "</span>";
Machine_info *my_ma =new Machine_info(this);
ui->m_version_label->setText(str + my_ma->compilation_info());
MachineInfo mi_;
ui->m_version_label->setText(str + mi_.compilation_info());
}
/**