#include "block.h" #include Block::Block(Actor::Type type) { setPixmap(QPixmap(":/" + QString("block%1").arg(type))); }