Compare commits

1 Commits

Author SHA1 Message Date
563d9c5487 value_tree_translator: add toolTip 2026-01-22 11:48:29 +03:00

View File

@@ -72,7 +72,7 @@ const PIString contextName = "QAD::PIValueTreeEdit";
void gatherStrings(TSFile::Context & context, const PIValueTree & vt, const PIString & loc) {
const static PIStringList attrs({Attribute::prefix, Attribute::suffix});
const static PIStringList attrs({Attribute::prefix, Attribute::suffix, Attribute::toolTip});
for (const auto & c: vt.children()) {
context.confirm(c.name(), loc);
context.confirm(c.comment(), loc);