采用绝对路径

Signed-off-by: dmy@lab <dmy@lab.lab>
This commit is contained in:
dmy@lab
2015-01-16 21:43:32 +08:00
parent 162648a4e7
commit fd0a71f397
3 changed files with 7 additions and 7 deletions

View File

@@ -173,7 +173,7 @@ void ElementHashtable::SetFDSet(const QVector<QString> &FDSet)//FeeDer集合
void ElementHashtable::ShowContainerInfo(const QString& fileName)
{
QString relPath="./../output/";
QString relPath="D:/MyPro/cimforreduceloss/testHasttable/output/";
relPath+=fileName+".txt";
QFile file(relPath);
if(file.open(QFile::WriteOnly|QFile::Text))