吧ACLineSegment的lineName换乘了namingDescription
Signed-off-by: facat@lab.com <facat@lab.com>
This commit is contained in:
@@ -32,14 +32,14 @@ bool ACLineSegment::derivedParse(QXmlStreamReader &reader)
|
||||
{
|
||||
// std::cout<<"Nd"<<std::endl;
|
||||
// std::cout<<reader.readElementText().toLocal8Bit().data()<<std::endl;
|
||||
this->lineName=reader.readElementText();
|
||||
this->namingDescription=reader.readElementText();
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
QString ACLineSegment::getLineName()
|
||||
QString ACLineSegment::getNamingDescription()
|
||||
{
|
||||
return this->lineName;
|
||||
return this->namingDescription;
|
||||
}
|
||||
|
||||
QString ACLineSegment::getTerminalA()
|
||||
|
||||
Reference in New Issue
Block a user