cimforreduceloss/testHasttable/subcontrolarea.cpp

12 lines
175 B
C++
Raw Normal View History

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