diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-01-12 15:24:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-12 15:24:17 +0100 |
commit | 585231a17200bec3cf36e9ccbf2b48bf679e2fd4 (patch) | |
tree | d99961cbad7a04e8a33d053d055b9f730a5a84dd /editor/reparent_dialog.h | |
parent | 4e83fbcd145e2b0a7b0382bff6eb97ad64f3e752 (diff) | |
parent | ba2bdc478b9eaad99b6c2a3c860e3dc0fe73a1a6 (diff) |
Merge pull request #56492 from akien-mga/remove-author-docstrings
Diffstat (limited to 'editor/reparent_dialog.h')
-rw-r--r-- | editor/reparent_dialog.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/editor/reparent_dialog.h b/editor/reparent_dialog.h index 3d76eb3294..981829a871 100644 --- a/editor/reparent_dialog.h +++ b/editor/reparent_dialog.h @@ -37,9 +37,7 @@ #include "scene/gui/check_button.h" #include "scene/gui/dialogs.h" #include "scene/gui/line_edit.h" -/** -@author Juan Linietsky <reduzio@gmail.com> -*/ + class ReparentDialog : public ConfirmationDialog { GDCLASS(ReparentDialog, ConfirmationDialog); @@ -60,4 +58,4 @@ public: ~ReparentDialog(); }; -#endif +#endif // REPARENT_DIALOG_H |