修复了单例的bug

Signed-off-by: facat@lab.com <facat@lab.com>
This commit is contained in:
facat@lab.com
2014-11-26 20:49:33 +08:00
parent 53416f8f33
commit 38025aa1fc
7 changed files with 52 additions and 10 deletions

View File

@@ -9,6 +9,7 @@ public:
explicit Terminal(QObject *parent = 0);
virtual bool parse(QXmlStreamReader& reader);
QString getConductingEquipment();
QString getConnectivityNode();
protected:
virtual bool derivedParse(QXmlStreamReader& reader);
QString conductingEquipment;