X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=blokitem%2Fexplodeblokitem.cpp;fp=blokitem%2Fexplodeblokitem.cpp;h=0bef06a52a8cdb6449e130a88b82cc70084b0efe;hb=f4dacbe0a45b6d24b5c0c0f30634988c71bc321d;hp=0000000000000000000000000000000000000000;hpb=1ef80d0d5bf4d1fc254fb1d05ad4e448645d5895;p=blok diff --git a/blokitem/explodeblokitem.cpp b/blokitem/explodeblokitem.cpp new file mode 100644 index 0000000..0bef06a --- /dev/null +++ b/blokitem/explodeblokitem.cpp @@ -0,0 +1,9 @@ +#include "explodeblokitem.h" + +ExplodeBlokItem::ExplodeBlokItem(int width, int height,QObject *parent) : + BlokItem(width,height,parent) +{ + + setBrush(QBrush(QPixmap(":sprites/explode_block.png"))); + +}