mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-08 14:49:58 +01:00
Correction d'un bug lors du chargement d'un conducteur modifie
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@144 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -73,7 +73,7 @@ class Conducer : public QGraphicsPathItem {
|
||||
|
||||
private:
|
||||
void segmentsToPath();
|
||||
void saveProfile();
|
||||
void saveProfile(bool = true);
|
||||
void priv_calculeConducer(const QPointF &, QET::Orientation, const QPointF &, QET::Orientation);
|
||||
void priv_modifieConducer(const QPointF &, QET::Orientation, const QPointF &, QET::Orientation);
|
||||
uint nbSegments(QET::ConducerSegmentType = QET::Both) const;
|
||||
|
||||
Reference in New Issue
Block a user