build_towers
This commit is contained in:
@@ -24,6 +24,7 @@ private:
|
||||
void drawBackground(QPainter * p, const QRectF &);
|
||||
void loadImages();
|
||||
void mouseDoubleClickEvent(QMouseEvent *);
|
||||
void mousePressEvent(QMouseEvent *event);
|
||||
|
||||
QGraphicsScene * scene;
|
||||
Game_Data * data;
|
||||
@@ -32,7 +33,7 @@ private:
|
||||
//QGraphicsWidget * gsw;
|
||||
|
||||
protected:
|
||||
void timerEvent(QTimerEvent * );
|
||||
void timerEvent(QTimerEvent * );
|
||||
};
|
||||
|
||||
#endif // AD_GRAPHICS_H
|
||||
|
||||
Reference in New Issue
Block a user