This commit is contained in:
yangjiaxuan 2024-01-05 10:18:04 +08:00
parent 1fcd960eea
commit bff758e9de
1 changed files with 0 additions and 1 deletions

View File

@ -255,7 +255,6 @@ void Dialog_logIn::on_pushButton_updateFilename_clicked()
void Dialog_logIn::on_pushButton_viewDirectory_clicked()
{
QString fileName = getCurrentExePath() + ui->comboBox_filenameList->currentText().toLocal8Bit() + ".json";
qDebug(fileName.toLocal8Bit().toStdString().c_str());
QFileInfo fileInfo(fileName);
auto pathDir = fileInfo.path();
QString strFilePath = "file:///" + pathDir;