Add override keywords.
This commit is contained in:
parent
ad9e5ae984
commit
26fcf2b04c
351 changed files with 4123 additions and 4146 deletions
|
|
@ -123,7 +123,7 @@ class DependencyRemoveDialog : public ConfirmationDialog {
|
|||
void _find_all_removed_dependencies(EditorFileSystemDirectory *efsd, Vector<RemovedDependency> &p_removed);
|
||||
void _build_removed_dependency_tree(const Vector<RemovedDependency> &p_removed);
|
||||
|
||||
void ok_pressed();
|
||||
void ok_pressed() override;
|
||||
|
||||
static void _bind_methods();
|
||||
|
||||
|
|
@ -147,8 +147,8 @@ private:
|
|||
Button *fdep;
|
||||
Label *text;
|
||||
Tree *files;
|
||||
void ok_pressed();
|
||||
void custom_action(const String &);
|
||||
void ok_pressed() override;
|
||||
void custom_action(const String &) override;
|
||||
|
||||
public:
|
||||
void show(Mode p_mode, const String &p_for_file, const Vector<String> &report);
|
||||
|
|
@ -161,7 +161,7 @@ class OrphanResourcesDialog : public ConfirmationDialog {
|
|||
DependencyEditor *dep_edit;
|
||||
Tree *files;
|
||||
ConfirmationDialog *delete_confirm;
|
||||
void ok_pressed();
|
||||
void ok_pressed() override;
|
||||
|
||||
bool _fill_owners(EditorFileSystemDirectory *efsd, HashMap<String, int> &refs, TreeItem *p_parent);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue