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:
parent
03b75bf2a9
commit
30b01ef053
@ -1866,7 +1866,7 @@ void MainWindow::processURLs(QList<QUrl> urls)
|
||||
minecraftInst->shaderPackList()->installResource(localFileName);
|
||||
break;
|
||||
case PackedResourceType::WorldSave:
|
||||
minecraftInst->worldList()->installWorld(localFileName);
|
||||
minecraftInst->worldList()->installWorld(localFileInfo);
|
||||
break;
|
||||
case PackedResourceType::UNKNOWN:
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user