first commit
[blok] / blokitem / blokitem.cpp
1 #include "blokitem.h"
2
3 BlokItem::BlokItem(int width, int height,QObject *parent):
4     BoxItem(QRectF(0,0,width*32,height*32))
5 {
6 }