解决了。只要保存为ASCI码,不用做其他处理就行了。

Signed-off-by: dmy@lab <dmy@lab.lab>
This commit is contained in:
dmy@lab
2015-01-08 10:31:58 +08:00
parent bdb5c72fa2
commit d7e28294db
5 changed files with 53 additions and 3 deletions

View File

@@ -37,7 +37,8 @@ SOURCES += main.cpp \
element/line.cpp \
element/transformer.cpp \
element/switch.cpp \
task.cpp
task.cpp \
readwrite.cpp
HEADERS += \
elementhashtable.h \
@@ -60,7 +61,8 @@ HEADERS += \
element/line.h \
element/transformer.h \
element/switch.h \
task.h
task.h \
readwrite.h
#release{
DEFINES += QT_NO_DEBUG_OUTPUT