mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-14 13:29:58 +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
@@ -156,7 +156,7 @@ void CustomElementGraphicPart::setAntialiased(const bool b)
|
||||
|
||||
/**
|
||||
@brief CustomElementGraphicPart::stylesToXml
|
||||
Write the curent style to xml element.
|
||||
Write the current style to xml element.
|
||||
The style are stored like this:
|
||||
name-of-style:value;name-of-style:value
|
||||
Each style separate by ; and name-style/value are separate by :
|
||||
@@ -893,7 +893,7 @@ void CustomElementGraphicPart::stylesFromXml(const QDomElement &qde)
|
||||
|
||||
/**
|
||||
@brief CustomElementGraphicPart::resetStyles
|
||||
Reset the curent style to default,
|
||||
Reset the current style to default,
|
||||
same style of default constructor
|
||||
*/
|
||||
void CustomElementGraphicPart::resetStyles()
|
||||
|
||||
Reference in New Issue
Block a user