diff options
Diffstat (limited to 'pacman-c++/block.cpp')
| -rw-r--r-- | pacman-c++/block.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pacman-c++/block.cpp b/pacman-c++/block.cpp index 69f2cd3..11c2a32 100644 --- a/pacman-c++/block.cpp +++ b/pacman-c++/block.cpp | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | #include <Qt> | 3 | #include <Qt> |
| 4 | 4 | ||
| 5 | Block::Block(Actor::Type type) { | 5 | Block::Block(Actor::Type type) |
| 6 | { | ||
| 6 | setPixmap(QPixmap(":/" + QString("block%1").arg(type))); | 7 | setPixmap(QPixmap(":/" + QString("block%1").arg(type))); |
| 7 | } | 8 | } |
