@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user