diff options
| author | manuel <manuel@mausz.at> | 2011-04-08 15:18:38 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2011-04-08 15:18:38 +0200 |
| commit | 507f8b6ca5679c4898b721520dd4011f6b9e5824 (patch) | |
| tree | ba162976ed22e04586f6268db6a2e46621c1c036 /pacman-c++/actor.h | |
| parent | d1d48ba62695572a2091867b827b1304b0da08d3 (diff) | |
| download | foop-507f8b6ca5679c4898b721520dd4011f6b9e5824.tar.gz foop-507f8b6ca5679c4898b721520dd4011f6b9e5824.tar.bz2 foop-507f8b6ca5679c4898b721520dd4011f6b9e5824.zip | |
make audioplayer useful
Diffstat (limited to 'pacman-c++/actor.h')
| -rw-r--r-- | pacman-c++/actor.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pacman-c++/actor.h b/pacman-c++/actor.h index 36b2a49..77a5b34 100644 --- a/pacman-c++/actor.h +++ b/pacman-c++/actor.h | |||
| @@ -6,8 +6,6 @@ | |||
| 6 | #include <QtCore/QSequentialAnimationGroup> | 6 | #include <QtCore/QSequentialAnimationGroup> |
| 7 | #include <QtCore/QParallelAnimationGroup> | 7 | #include <QtCore/QParallelAnimationGroup> |
| 8 | #include <QList> | 8 | #include <QList> |
| 9 | #include <QFile> | ||
| 10 | #include <phonon/MediaObject> | ||
| 11 | 9 | ||
| 12 | class Actor | 10 | class Actor |
| 13 | : public PixmapItem | 11 | : public PixmapItem |
| @@ -48,8 +46,6 @@ private: | |||
| 48 | QList<PixmapItem *> m_images; | 46 | QList<PixmapItem *> m_images; |
| 49 | QList<QSequentialAnimationGroup *> m_eating; | 47 | QList<QSequentialAnimationGroup *> m_eating; |
| 50 | QParallelAnimationGroup *m_moving; | 48 | QParallelAnimationGroup *m_moving; |
| 51 | Phonon::MediaObject *m_player; | ||
| 52 | QList<QFile *> m_sounds; | ||
| 53 | }; | 49 | }; |
| 54 | 50 | ||
| 55 | #endif // ACTOR_H | 51 | #endif // ACTOR_H |
