#include "map.h" Map::Map(int Id, QSize size, QObject *parent) : QObject(parent) { mapId=Id; }