diff options
author | kobewi <kobewi4e@gmail.com> | 2021-10-01 02:40:07 +0200 |
---|---|---|
committer | kobewi <kobewi4e@gmail.com> | 2021-10-04 21:41:21 +0200 |
commit | cdac60759e931b07811025adf053b1e88495ad80 (patch) | |
tree | bc284d032b81b0adc80f079fc61db1d77fc21ad8 /editor/node_dock.cpp | |
parent | 5b270278c869461a3dce2c0d0db71e0beaa50685 (diff) | |
download | redot-engine-cdac60759e931b07811025adf053b1e88495ad80.tar.gz |
Add support for unbinding in connection dialog
Diffstat (limited to 'editor/node_dock.cpp')
-rw-r--r-- | editor/node_dock.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/node_dock.cpp b/editor/node_dock.cpp index 532413897b..a22b43aaa3 100644 --- a/editor/node_dock.cpp +++ b/editor/node_dock.cpp @@ -30,6 +30,7 @@ #include "node_dock.h" +#include "connections_dialog.h" #include "editor_node.h" #include "editor_scale.h" |