Wrap code for better readability

This commit is contained in:
Simon De Backer
2020-08-20 21:58:23 +02:00
parent 0c00d83b27
commit 331918d143
41 changed files with 716 additions and 190 deletions

View File

@@ -1504,7 +1504,8 @@ QPainterPath Conductor::path() const
to other conductor in the same potential,
the other values of property stay unmodified
*/
void Conductor::setPropertyToPotential(const ConductorProperties &property, bool only_text)
void Conductor::setPropertyToPotential(const ConductorProperties &property,
bool only_text)
{
setProperties(property);
QSet <Conductor *> potential_list = relatedPotentialConductors();