Merge pull request #2683 from alicevision/fix/qmlInvalidTyping

[ui] Application: fix save-as dialog not working properly (Qt6.7+)
This commit is contained in:
Candice Bentéjac 2025-02-24 13:21:19 +00:00 committed by GitHub
commit 6bdf50ae69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -90,7 +90,7 @@ Page {
}
}
function validateFilepathForSave(filepath: string, sourceSaveDialog: Dialog): bool {
function validateFilepathForSave(filepath: string, sourceSaveDialog): bool {
/**
* Return true if `filepath` is valid for saving a file to disk.
* Otherwise, show a warning dialog and returns false.