#include "subcontrolarea.h" SubControlArea::SubControlArea() { } bool SubControlArea::parse(QXmlStreamReader &reader) { this->parseBasicInfo(reader); return true; }