测试了自动编号功能

Signed-off-by: facat@lab.com <facat@lab.com>
This commit is contained in:
facat@lab.com
2014-12-28 17:49:16 +08:00
parent 7fa4d1d98b
commit af8f64dfd0
4 changed files with 18 additions and 1 deletions

View File

@@ -25,6 +25,11 @@ bool TopologyRecorder::isEquipmentNeeded(const QString& substatinID)
return false;
}
void TopologyRecorder::exportTo(const QString& path)
{
this->cimExporter.exportTo(path);
}
bool TopologyRecorder::startWithNode(const QString& node)
{
if(node=="")