Remove retro compatibility of conductor text prior to qet 0.4

The property hide/show compatibility of conductor text is not maintained
for project made before qet 0.4
This commit is contained in:
joshua
2021-02-25 20:21:18 +01:00
parent 5118037cb5
commit eee0469bd7

View File

@@ -368,14 +368,6 @@ void ConductorProperties::fromXml(QDomElement &e)
"vertical-alignment", "vertical-alignment",
"AlignRight" "AlignRight"
).toStdString().data())); ).toStdString().data()));
//Keep retrocompatible with version older than 0,4
//If the propertie @type is simple (removed since QET 0,4), we set text no visible.
//@TODO remove this code for qet 0.6 or later
#if TODO_LIST
#pragma message("@TODO remove this code for qet 0.6 or later")
#endif
if (e.attribute("type") == "simple") m_show_text = false;
} }
/** /**