mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
reverted a line to match current master
This commit is contained in:
parent
e4c7958585
commit
796388dfb4
1 changed files with 1 additions and 2 deletions
|
@ -720,8 +720,7 @@ QString OffscreenUi::fileDialog(const QVariantMap& properties) {
|
|||
return QString();
|
||||
}
|
||||
qCDebug(uiLogging) << result.toString();
|
||||
// originally was result.toUrl().toLocalFile();, but toLocalFile() is not working
|
||||
return result.toString();
|
||||
return result.toUrl().toLocalFile();
|
||||
}
|
||||
|
||||
ModalDialogListener* OffscreenUi::fileDialogAsync(const QVariantMap& properties) {
|
||||
|
|
Loading…
Reference in a new issue