equal
deleted
inserted
replaced
15 * |
15 * |
16 */ |
16 */ |
17 #ifndef HGMEDIAWALLRENDERER_H |
17 #ifndef HGMEDIAWALLRENDERER_H |
18 #define HGMEDIAWALLRENDERER_H |
18 #define HGMEDIAWALLRENDERER_H |
19 |
19 |
20 #include <qmatrix4x4> |
20 #include <QMatrix4x4> |
21 #include <qobject> |
21 #include <QObject> |
22 #include <qmap> |
22 #include <QMap> |
23 |
23 |
24 class HgQuadRenderer; |
24 class HgQuadRenderer; |
25 class HgMediaWallDataProvider; |
25 class HgMediaWallDataProvider; |
26 class QPointF; |
26 class QPointF; |
27 class QPainter; |
27 class QPainter; |