ganeswidgets/inc/hgmediawallrenderer.h
changeset 5 4fa04caf0f43
parent 2 49c70dcc3f17
equal deleted inserted replaced
3:c863538fcbb6 5:4fa04caf0f43
    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;