equal
deleted
inserted
replaced
53 QT_MODULE(Declarative) |
53 QT_MODULE(Declarative) |
54 |
54 |
55 class QMovie; |
55 class QMovie; |
56 class QDeclarativeAnimatedImagePrivate; |
56 class QDeclarativeAnimatedImagePrivate; |
57 |
57 |
58 class Q_DECLARATIVE_EXPORT QDeclarativeAnimatedImage : public QDeclarativeImage |
58 class Q_AUTOTEST_EXPORT QDeclarativeAnimatedImage : public QDeclarativeImage |
59 { |
59 { |
60 Q_OBJECT |
60 Q_OBJECT |
61 |
61 |
62 Q_PROPERTY(bool playing READ isPlaying WRITE setPlaying NOTIFY playingChanged) |
62 Q_PROPERTY(bool playing READ isPlaying WRITE setPlaying NOTIFY playingChanged) |
63 Q_PROPERTY(bool paused READ isPaused WRITE setPaused NOTIFY pausedChanged) |
63 Q_PROPERTY(bool paused READ isPaused WRITE setPaused NOTIFY pausedChanged) |