@@ -5,12 +5,12 @@
|
||||
class Compensator:public BasicElementInfo
|
||||
{
|
||||
public:
|
||||
Compensator();
|
||||
explicit Compensator(QObject *parent = 0);
|
||||
virtual bool parse(QXmlStreamReader& reader);
|
||||
protected:
|
||||
virtual bool derivedParse(QXmlStreamReader& reader);
|
||||
private:
|
||||
QStringRef terminal;
|
||||
QString terminal;
|
||||
};
|
||||
|
||||
#endif // COMPENSATOR_H
|
||||
|
||||
Reference in New Issue
Block a user