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 {
|
||||
Q_OBJECT
|
||||
Q_INTERFACES(QGraphicsItem)
|
||||
protected:
|
||||
void paintNumberEllipse(int number, int radius, const QColor &color, int position, int count, QPainter *painter);
|
||||
public:
|
||||
|
|
Loading…
Reference in a new issue