aboutsummaryrefslogtreecommitdiff
path: root/editor/export_template_manager.h
diff options
context:
space:
mode:
authorJuan Linietsky2017-12-17 15:47:50 -0300
committerJuan Linietsky2017-12-17 15:48:24 -0300
commit3de20641f5690aba7551da5c592a79d44af54fef (patch)
tree0c40980aa018008fbdf2c319a6473d6b452ad275 /editor/export_template_manager.h
parentf5b183d5252fd364c47c8453c7e5fdd90d723b10 (diff)
downloadgodot-3de20641f5690aba7551da5c592a79d44af54fef.tar.gz
godot-3de20641f5690aba7551da5c592a79d44af54fef.tar.zst
godot-3de20641f5690aba7551da5c592a79d44af54fef.zip
Diffstat (limited to 'editor/export_template_manager.h')
-rw-r--r--editor/export_template_manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/export_template_manager.h b/editor/export_template_manager.h
index 644c6b466..36093da66 100644
--- a/editor/export_template_manager.h
+++ b/editor/export_template_manager.h
@@ -69,7 +69,7 @@ class ExportTemplateManager : public ConfirmationDialog {
void _uninstall_template_confirm();
virtual void ok_pressed();
- void _install_from_file(const String &p_file);
+ void _install_from_file(const String &p_file, bool p_use_progress = true);
void _http_download_mirror_completed(int p_status, int p_code, const PoolStringArray &headers, const PoolByteArray &p_data);
void _http_download_templates_completed(int p_status, int p_code, const PoolStringArray &headers, const PoolByteArray &p_data);