From 9f6e6d7bf7a2fc52434727ef1d2600c79009f38b Mon Sep 17 00:00:00 2001 From: "dmy@lab" Date: Wed, 21 Jan 2015 22:37:53 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=9B=B4=E6=96=B0=E4=B8=80=E4=B8=8Btask.txt?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E3=80=82=202.=E6=9C=89=E4=BA=9B=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E6=9C=89=E6=8B=93=E6=89=91=E9=94=99=E8=AF=AF=EF=BC=8C?= =?UTF-8?q?=E8=BF=98=E6=B2=A1=E6=90=9E=E5=AE=9A=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: dmy@lab --- testHasttable/elementreduction.cpp | 1 + testHasttable/task.cpp | 2 +- testHasttable/task.txt | 108 ++++++++++++++--------------- 3 files changed, 56 insertions(+), 55 deletions(-) diff --git a/testHasttable/elementreduction.cpp b/testHasttable/elementreduction.cpp index 95b5ccc..3139324 100644 --- a/testHasttable/elementreduction.cpp +++ b/testHasttable/elementreduction.cpp @@ -57,6 +57,7 @@ void ElementReduction::doIt() void ElementReduction::merge(QDomElement &element,QHash& idToBranch) { + return; QString parentID=idToBranch[element.tagName()]->id; QStringList sep=parentID.split('-'); QString toID=sep.at(1)+sep.at(0); diff --git a/testHasttable/task.cpp b/testHasttable/task.cpp index b39f134..a80da37 100644 --- a/testHasttable/task.cpp +++ b/testHasttable/task.cpp @@ -64,7 +64,7 @@ void Task::doAgainstTaskFile(ElementHashtable &eleHT) QString lineName=sep.at(0); QString lineID=sep.at(1); QString loadDir=sep.at(2); -// std::cout<