12 lines
175 B
C++
12 lines
175 B
C++
#include "subcontrolarea.h"
|
|
|
|
SubControlArea::SubControlArea()
|
|
{
|
|
}
|
|
|
|
bool SubControlArea::parse(QXmlStreamReader &reader)
|
|
{
|
|
this->parseBasicInfo(reader);
|
|
return true;
|
|
}
|