不是用QStringRef,太容易出错。

Signed-off-by: facat@lab.com <facat@lab.com>
This commit is contained in:
facat@lab.com
2014-11-24 22:01:30 +08:00
parent 407fe62995
commit 8bb30a0940
24 changed files with 128 additions and 71 deletions

View File

@@ -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