Revert "Element info keys : replace all -(minus) by _(underscore)"

This reverts commit fb7cc6fd3e.
This commit is contained in:
Laurent Trinques
2020-04-12 14:35:04 +02:00
parent 871b0d9ee9
commit f80052a424
291 changed files with 1581 additions and 1581 deletions

View File

@@ -56,7 +56,7 @@ void CompositeTextEditDialog::setUpComboBox()
if(m_text && (m_text->parentElement()->linkType() & Element::AllReport)) //Special treatment for text owned by a folio report
{
qstrl << "label" << "function" << "tension_protocol";
qstrl << "label" << "function" << "tension-protocol";
}
else
{

View File

@@ -1781,7 +1781,7 @@ QStringList DynamicTextItemDelegate::availableInfo(DynamicElementTextItem *deti)
if (!cond->properties().m_function.isEmpty())
qstrl << "function";
if(!cond->properties().m_tension_protocol.isEmpty())
qstrl << "tension_protocol";
qstrl << "tension-protocol";
}
return qstrl;