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
1 changed files with 14 additions and 14 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue