diff --git a/meshroom/ui/qml/Application.qml b/meshroom/ui/qml/Application.qml index e96677d7..8e0b498a 100644 --- a/meshroom/ui/qml/Application.qml +++ b/meshroom/ui/qml/Application.qml @@ -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.