12
testHasttable/subcontrolarea.h
Normal file
12
testHasttable/subcontrolarea.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef SUBCONTROLAREA_H
|
||||
#define SUBCONTROLAREA_H
|
||||
#include "BasicElementInfo.h"
|
||||
#include <QXmlStreamReader>
|
||||
class SubControlArea:public BasicElementInfo
|
||||
{
|
||||
public:
|
||||
SubControlArea();
|
||||
bool parse(QXmlStreamReader &reader);
|
||||
};
|
||||
|
||||
#endif // SUBCONTROLAREA_H
|
||||
Reference in New Issue
Block a user