mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 13:12:52 +02:00
fixed null file path in file dialog call
This commit is contained in:
parent
40baca6ee1
commit
119c662899
1 changed files with 1 additions and 1 deletions
|
@ -720,7 +720,7 @@ QString OffscreenUi::fileDialog(const QVariantMap& properties) {
|
|||
return QString();
|
||||
}
|
||||
qCDebug(uiLogging) << result.toString();
|
||||
return result.toUrl().toLocalFile();
|
||||
return result.toString();
|
||||
}
|
||||
|
||||
ModalDialogListener* OffscreenUi::fileDialogAsync(const QVariantMap& properties) {
|
||||
|
|
Loading…
Reference in a new issue