#include "group.h" Group::Group(): BasicEntity() { } Group::Group(int id, QString name): BasicEntity(id, name) { }