1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Cleanup header includes for AddMetadataDialog

This commit is contained in:
Haoyu Qiu
2025-05-27 21:18:09 +08:00
parent 6c9765d87e
commit f0fc5ffd3e
13 changed files with 22 additions and 4 deletions

View File

@@ -34,6 +34,7 @@
#include "editor/debugger/script_editor_debugger.h"
#include "scene/gui/button.h"
#include "scene/gui/check_box.h"
#include "scene/gui/line_edit.h"
void EditorExpressionEvaluator::on_start() {
expression_input->set_editable(false);