mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Minor
This commit is contained in:
@@ -17,6 +17,9 @@
|
||||
*/
|
||||
#include "qgimanager.h"
|
||||
|
||||
#include <QGraphicsScene>
|
||||
#include <QGraphicsItem>
|
||||
|
||||
/**
|
||||
Constructeur
|
||||
@param sc QGraphicsScene a utiliser pour gerer au mieux les QGraphicsItem
|
||||
|
||||
@@ -17,9 +17,12 @@
|
||||
*/
|
||||
#ifndef QGI_MANAGER_H
|
||||
#define QGI_MANAGER_H
|
||||
|
||||
#include <QtCore>
|
||||
#include <QGraphicsScene>
|
||||
#include <QGraphicsItem>
|
||||
|
||||
class QGraphicsScene;
|
||||
class QGraphicsItem;
|
||||
|
||||
/**
|
||||
This class provides a QGraphicsItem manager, which can delete QGraphicsItem
|
||||
as soon as there is no reference to them anymore.
|
||||
|
||||
Reference in New Issue
Block a user