Mark QGraphicsItem for AbstractGraphicsItem
This commit is contained in:
parent
1c9540befa
commit
aee86ce45a
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ enum GraphicsItemType {
|
||||||
|
|
||||||
class AbstractGraphicsItem : public QObject, public QGraphicsItem {
|
class AbstractGraphicsItem : public QObject, public QGraphicsItem {
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
Q_INTERFACES(QGraphicsItem)
|
||||||
protected:
|
protected:
|
||||||
void paintNumberEllipse(int number, int radius, const QColor &color, int position, int count, QPainter *painter);
|
void paintNumberEllipse(int number, int radius, const QColor &color, int position, int count, QPainter *painter);
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in a new issue