Add compiler message @TODO + Mod doc set style de same

This commit is contained in:
Simon De Backer
2020-07-19 22:19:21 +02:00
parent 280e4605e8
commit 3b14946421
2 changed files with 4 additions and 2 deletions

View File

@@ -826,6 +826,7 @@ bool Element::fromXml(QDomElement &e, QHash<int, Terminal *> &table_id_adr, bool
* this mean the label was made before commit 4791 (0.51 dev). So we swap the value stored in "label" to "formula" as expected.
* @TODO remove this code at version 0.7 or more (probably useless).
*/
#pragma message("@TODO remove this code for qet 0.7 or later")
if (dc["label"].toString().contains("%") && dc["formula"].toString().isNull())
{
dc.addValue("formula", dc["label"]);