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);
|
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:
|
||||||
|
Loading…
Reference in New Issue
Block a user