#ifndef SUBCONTROLAREA_H #define SUBCONTROLAREA_H #include "BasicElementInfo.h" #include class SubControlArea:public BasicElementInfo { public: SubControlArea(); bool parse(QXmlStreamReader &reader); }; #endif // SUBCONTROLAREA_H