diff options
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 |
