Add ':' to TODOs to activate highlight

Some linters have a special highlightning on "TODO:" comments.
This commit is contained in:
hasecilu
2023-12-19 17:01:17 -06:00
parent af6477205b
commit 04dc68218b
4 changed files with 9 additions and 9 deletions

View File

@@ -117,7 +117,7 @@ UnitsSchemaInternal::schemaTranslate(const Quantity& quant, double& factor, QStr
}
}
else if (unit == Unit::Angle) {
// TODO Cascade for the Areas
// TODO: Cascade for the Areas
// default action for all cases without special treatment:
unitString = QString::fromUtf8("\xC2\xB0");
factor = 1.0;