1.修复了一些类的isTerminal没有被初始化的bug

2.修复了一些地方判断下一个Terminal的bug
Signed-off-by: facat@lab.com <facat@lab.com>
This commit is contained in:
facat@lab.com
2014-12-06 21:48:07 +08:00
parent 38025aa1fc
commit 69cd117f35
14 changed files with 229 additions and 41 deletions

View File

@@ -29,7 +29,8 @@ SOURCES += main.cpp \
disconnector.cpp \
powertransformer.cpp \
synchronousmachine.cpp \
nodetoterminal.cpp
nodetoterminal.cpp \
topologyrecorder.cpp
HEADERS += \
elementhashtable.h \
@@ -44,7 +45,8 @@ HEADERS += \
disconnector.h \
powertransformer.h \
synchronousmachine.h \
nodetoterminal.h
nodetoterminal.h \
topologyrecorder.h
#release{
DEFINES += QT_NO_DEBUG_OUTPUT