mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +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
@@ -27,7 +27,7 @@
|
||||
/**
|
||||
@brief ConductorPropertiesDialog::ConductorPropertiesDialog
|
||||
Constructor
|
||||
@param conductor : conductor to edit propertie
|
||||
@param conductor : conductor to edit properties
|
||||
@param parent : parent widget
|
||||
*/
|
||||
ConductorPropertiesDialog::ConductorPropertiesDialog(
|
||||
@@ -57,7 +57,7 @@ ConductorPropertiesDialog::~ConductorPropertiesDialog()
|
||||
/**
|
||||
@brief ConductorPropertiesDialog::PropertiesDialog
|
||||
Static method for open and apply properties.
|
||||
@param conductor : conductor to edit propertie
|
||||
@param conductor : conductor to edit properties
|
||||
@param parent : parent widget
|
||||
*/
|
||||
void ConductorPropertiesDialog::PropertiesDialog(Conductor *conductor,
|
||||
@@ -101,7 +101,7 @@ ConductorProperties ConductorPropertiesDialog::properties() const
|
||||
/**
|
||||
@brief ConductorPropertiesDialog::applyAll
|
||||
@return
|
||||
true -> must apply the propertie to all conductor at the same potential
|
||||
true -> must apply properties to all conductors at the same potential
|
||||
false -> must apply properties only for the edited conductor
|
||||
*/
|
||||
bool ConductorPropertiesDialog::applyAll() const
|
||||
|
||||
Reference in New Issue
Block a user