Translate documentation + Fix indentation

This commit is contained in:
Simon De Backer
2020-08-02 12:07:22 +02:00
parent 6bece6fa84
commit 2a53f09a37
6 changed files with 50 additions and 23 deletions

View File

@@ -113,7 +113,6 @@ Terminal::Terminal(QPointF pf, Qet::Orientation o, Element *e) :
@param pf_y Ordonnee du point d'amarrage pour un conducteur
@param o orientation de la borne : Qt::Horizontal ou Qt::Vertical
@param e Element auquel cette borne appartient
@param s Scene sur laquelle figure cette borne
*/
Terminal::Terminal(qreal pf_x, qreal pf_y, Qet::Orientation o, Element *e) :
QGraphicsObject(e),