examples/animation/easing/window.h
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
    41 
    41 
    42 #include <QtGui>
    42 #include <QtGui>
    43 
    43 
    44 #include "ui_form.h"
    44 #include "ui_form.h"
    45 #include "animation.h"
    45 #include "animation.h"
    46 class Animation; // S60MODIFICATION: Line added.
       
    47 
    46 
    48 class PixmapItem : public QObject, public QGraphicsPixmapItem
    47 class PixmapItem : public QObject, public QGraphicsPixmapItem
    49 {
    48 {
    50     Q_OBJECT
    49     Q_OBJECT
    51     Q_PROPERTY(QPointF pos READ pos WRITE setPos)
    50     Q_PROPERTY(QPointF pos READ pos WRITE setPos)