fix typo in enum-entry and comments

This commit is contained in:
plc-user
2025-02-17 09:33:35 +01:00
parent 51225d5f59
commit 67112bf8e5
10 changed files with 25 additions and 25 deletions

View File

@@ -463,7 +463,7 @@ const QDomDocument ElementScene::toXml(bool all_parts)
auto type_ = m_element_data.m_type;
if (type_ == ElementData::Slave ||
type_ == ElementData::Master ||
type_ == ElementData::Terminale ||
type_ == ElementData::Terminal ||
type_ == ElementData::Thumbnail)
{
root.appendChild(m_element_data.kindInfoToXml(xml_document));
@@ -471,7 +471,7 @@ const QDomDocument ElementScene::toXml(bool all_parts)
if (type_ == ElementData::Simple ||
type_ == ElementData::Master ||
type_ == ElementData::Terminale ||
type_ == ElementData::Terminal ||
type_ == ElementData::Thumbnail)
{
QDomElement element_info = xml_document.createElement("elementInformations");