mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-20 08:10:52 +01:00
Element info keys : replace all -(minus) by _(underscore)
This change will brake all information with -(minus) from projects created before this commit, but in the other side the use of data bases for QET will be more easily to understand by avoid to replace the -(minus) by _(underscore) in the tables of data bases. Sorry for that, it's for your good.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user