comments: fixed typos and added English comments

This commit is contained in:
plc-user
2025-02-09 17:51:15 +01:00
parent a20d02f5f0
commit 13f432571d
3 changed files with 8 additions and 5 deletions

View File

@@ -517,11 +517,11 @@ QRectF ElementScene::boundingRectFromXml(const QDomDocument &xml_document)
ElementContent loaded_content = loadContent(xml_document);
if (loaded_content.isEmpty()) return(QRectF());
// calcule the boundingRect
// calculate the boundingRect
// calcule le boundingRect
QRectF bounding_rect = elementContentBoundingRect(loaded_content);
// destroy charged parties
// destroy loaded parts
// detruit les parties chargees
qDeleteAll(loaded_content);