Fix Remove old summary feature

This commit is contained in:
Laurent Trinques
2020-07-15 17:43:20 +02:00
parent f8ca26f6e3
commit 0c381eae28
3 changed files with 17 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ class QETProject;
class Terminal;
class DiagramImageItem;
class DiagramEventInterface;
class DiagramFolioList;
class QETProject;
/**
@@ -53,6 +54,7 @@ class QETProject;
*/
class Diagram : public QGraphicsScene
{
friend DiagramFolioList;
friend QETProject;
Q_OBJECT