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