mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 05:00:33 +01:00
Fix various typos in source documentation and comments (cont.)
Found via `codespell`
This commit is contained in:
committed by
Laurent Trinques
parent
a76e5446aa
commit
1994235bc5
@@ -86,7 +86,7 @@ void MasterElement::unlinkAllElements()
|
||||
|
||||
/**
|
||||
@brief MasterElement::unlinkElement
|
||||
Unlink the given elmt in parametre
|
||||
Unlink the given element in parameter
|
||||
@param elmt element to unlink from this
|
||||
*/
|
||||
void MasterElement::unlinkElement(Element *elmt)
|
||||
@@ -159,7 +159,7 @@ void MasterElement::xrefPropertiesChanged()
|
||||
If Xref item is deleted or already not used (nullptr) return true;
|
||||
Else return false if Xref item is used
|
||||
NOTICE : Xref can display nothing but not be deleted so far.
|
||||
For exemple, if Xref is display has cross, only power contact are linked and
|
||||
For example, if Xref is display has cross, only power contact are linked and
|
||||
option show power contact is disable, the cross isn't draw.
|
||||
@return
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user