branch | GCC_SURGE |
changeset 10 | c348b9772569 |
parent 5 | 4fa04caf0f43 |
child 17 | a10844a9914d |
4:463f1934e292 | 10:c348b9772569 |
---|---|
17 |
17 |
18 #ifndef HGTRANSFORMEDQUADRENDERER_H |
18 #ifndef HGTRANSFORMEDQUADRENDERER_H |
19 #define HGTRANSFORMEDQUADRENDERER_H |
19 #define HGTRANSFORMEDQUADRENDERER_H |
20 |
20 |
21 #include "hgquadrenderer.h" |
21 #include "hgquadrenderer.h" |
22 #include <qlist> |
22 #include <QList> |
23 #include <qimage> |
23 #include <QImage> |
24 |
24 |
25 class QPoint; |
25 class QPoint; |
26 class QPainter; |
26 class QPainter; |
27 class QRectF; |
27 class QRectF; |
28 class QMatrix4x4; |
28 class QMatrix4x4; |