diff options
author | Max Hilbrunner <mhilbrunner@users.noreply.github.com> | 2018-08-31 13:13:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-31 13:13:18 +0200 |
commit | faa69665e3991f1dec046e619d129831d11dbc42 (patch) | |
tree | f5806d4d48eb26df3a750e12359dbdf445f203d1 /editor/project_export.h | |
parent | fc01c793567c84007783c539dd67ed27e83242bb (diff) | |
parent | 51dfdf549e2e22915cb125da9a4358a750b925ce (diff) |
Merge pull request #21619 from akien-mga/export-validate-path
ExportDialog: Validate path before allowing export
Diffstat (limited to 'editor/project_export.h')
-rw-r--r-- | editor/project_export.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/project_export.h b/editor/project_export.h index 1f8723febd..552c6d7faf 100644 --- a/editor/project_export.h +++ b/editor/project_export.h @@ -136,6 +136,7 @@ private: void _export_pck_zip(); void _export_pck_zip_selected(const String &p_path); + void _validate_export_path(const String &p_path); void _export_project(); void _export_project_to_path(const String &p_path); |