@@ -175,7 +175,7 @@ void ElementHashtable::ShowContainerInfo(const QString& fileName)
|
||||
{
|
||||
QString relPath="./../output/";
|
||||
relPath+=fileName+".txt";
|
||||
QFile file(relPath.toLocal8Bit());
|
||||
QFile file(relPath);
|
||||
if(file.open(QFile::WriteOnly|QFile::Text))
|
||||
{
|
||||
QTextStream stream(&file);
|
||||
|
||||
Reference in New Issue
Block a user