summaryrefslogtreecommitdiff
path: root/editor/editor_asset_installer.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor_asset_installer.h')
-rw-r--r--editor/editor_asset_installer.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/editor/editor_asset_installer.h b/editor/editor_asset_installer.h
index 2f59250933..f5993f73e7 100644
--- a/editor/editor_asset_installer.h
+++ b/editor/editor_asset_installer.h
@@ -43,9 +43,8 @@ class EditorAssetInstaller : public ConfirmationDialog {
AcceptDialog *error;
Map<String, TreeItem *> status_map;
bool updating;
- void _update_subitems(TreeItem *p_item, bool p_check, bool p_first = false);
- void _uncheck_parent(TreeItem *p_item);
void _item_edited();
+ void _check_propagated_to_item(Object *p_obj, int column);
virtual void ok_pressed() override;
protected: