Mod the doc moved info to the class

This commit is contained in:
Simon De Backer
2020-07-14 20:56:53 +02:00
committed by Laurent Trinques
parent 132f3ad1b4
commit 06dbb468ce

View File

@@ -43,15 +43,15 @@ class QETProject;
class Terminal;
class DiagramImageItem;
class DiagramEventInterface;
/**
This class represents an electric diagram. It manages its various child
elements, conductors and texts and handles their graphic rendering.
*/
class DiagramFolioList;
class QETProject;
/**
@brief The Diagram class
This class represents an electric diagram.
It manages its various child elements,
conductors and texts and handles their graphic rendering.
*/
class Diagram : public QGraphicsScene
{
friend DiagramFolioList;