diff options
author | Juan Linietsky <reduzio@gmail.com> | 2017-03-21 19:34:26 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2017-03-21 19:34:26 -0300 |
commit | c37fad650f92845a6f59740fea2fea1b46f56db1 (patch) | |
tree | b43cc6f27ccec73c7b05d2eb617b118c282c5ac9 /editor/project_export.h | |
parent | b5a06cecffeda556438b33807d766f4823623fee (diff) |
Export working (for linux at least)
Diffstat (limited to 'editor/project_export.h')
-rw-r--r-- | editor/project_export.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/editor/project_export.h b/editor/project_export.h index 2d9ae9b122..0dc59a09e2 100644 --- a/editor/project_export.h +++ b/editor/project_export.h @@ -64,8 +64,8 @@ private: PropertyEditor *parameters; CheckButton *runnable; - EditorFileDialog *pck_export; - EditorFileDialog *file_export; + //EditorFileDialog *pck_export; + //EditorFileDialog *file_export; Button *button_export; bool updating; @@ -119,12 +119,17 @@ private: void drop_data_fw(const Point2 &p_point, const Variant &p_data, Control *p_from); FileDialog *export_pck_zip; + FileDialog *export_project; + CheckButton *export_debug; void _open_export_template_manager(); void _export_pck_zip(); void _export_pck_zip_selected(const String &p_path); + void _export_project(); + void _export_project_to_path(const String &p_path); + protected: void _notification(int p_what); static void _bind_methods(); |