用CIMExporter分别处理读到的线路,开关,变压器等元件。
Signed-off-by: facat@lab.com <facat@lab.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#include "branch.h"
|
||||
|
||||
Branch::Branch(const QString& from, const QString& to):from(from),to(to)
|
||||
Branch::Branch(const QString& from, const QString& to, QObject *parent):from(from),to(to)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user