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

@@ -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;