mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-05-20 20:09:59 +02:00
Conductor : formula and text is now two different things.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4799 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
#ifndef CONDUCTORAUTONUMEROTATION_H
|
||||
#define CONDUCTORAUTONUMEROTATION_H
|
||||
|
||||
#include <QSet>
|
||||
#include <QList>
|
||||
|
||||
class Diagram;
|
||||
class Conductor;
|
||||
@@ -41,8 +41,8 @@ class ConductorAutoNumerotation
|
||||
|
||||
//attributes
|
||||
Diagram *m_diagram;
|
||||
Conductor *conductor_;
|
||||
QSet <Conductor *> conductor_list;
|
||||
Conductor *m_conductor;
|
||||
QList <Conductor *> conductor_list;
|
||||
QUndoCommand *m_parent_undo;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user