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 "qgimanager.h"
|
||||||
|
|
||||||
|
#include <QGraphicsScene>
|
||||||
|
#include <QGraphicsItem>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Constructeur
|
Constructeur
|
||||||
@param sc QGraphicsScene a utiliser pour gerer au mieux les QGraphicsItem
|
@param sc QGraphicsScene a utiliser pour gerer au mieux les QGraphicsItem
|
||||||
|
|||||||
@@ -17,9 +17,12 @@
|
|||||||
*/
|
*/
|
||||||
#ifndef QGI_MANAGER_H
|
#ifndef QGI_MANAGER_H
|
||||||
#define QGI_MANAGER_H
|
#define QGI_MANAGER_H
|
||||||
|
|
||||||
#include <QtCore>
|
#include <QtCore>
|
||||||
#include <QGraphicsScene>
|
|
||||||
#include <QGraphicsItem>
|
class QGraphicsScene;
|
||||||
|
class QGraphicsItem;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
This class provides a QGraphicsItem manager, which can delete QGraphicsItem
|
This class provides a QGraphicsItem manager, which can delete QGraphicsItem
|
||||||
as soon as there is no reference to them anymore.
|
as soon as there is no reference to them anymore.
|
||||||
|
|||||||
Reference in New Issue
Block a user