fix: *sigh* no implicit QString->QFileInfo conversion in Qt6, again...

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
Rachel Powers 2022-12-30 19:27:26 -07:00
parent 03b75bf2a9
commit 30b01ef053

View File

@ -1866,7 +1866,7 @@ void MainWindow::processURLs(QList<QUrl> urls)
minecraftInst->shaderPackList()->installResource(localFileName); minecraftInst->shaderPackList()->installResource(localFileName);
break; break;
case PackedResourceType::WorldSave: case PackedResourceType::WorldSave:
minecraftInst->worldList()->installWorld(localFileName); minecraftInst->worldList()->installWorld(localFileInfo);
break; break;
case PackedResourceType::UNKNOWN: case PackedResourceType::UNKNOWN:
default: default: