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