mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-21 08:40:53 +01:00
fix typo in enum-entry and comments
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user