diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-02-01 07:53:52 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-02-01 07:53:52 +0100 |
commit | d9ade633b3d486737b6fd805d380b8c70ae3266a (patch) | |
tree | 5a554b2106ab2d9789cb5b8da2312c7d05b6d8a2 /scene/main | |
parent | b395512fdbdac7cedeeecf9f4a203f54e3a4a7fc (diff) | |
parent | b342dcdf04790e320a1f445a8cdae7449065b9e1 (diff) |
Merge pull request #71936 from akien-mga/remove-some-unused-signals
Remove some unused signals
Diffstat (limited to 'scene/main')
-rw-r--r-- | scene/main/window.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/main/window.cpp b/scene/main/window.cpp index b1f2bc65dc..5fd39dfc68 100644 --- a/scene/main/window.cpp +++ b/scene/main/window.cpp @@ -2344,6 +2344,7 @@ void Window::_bind_methods() { ADD_SIGNAL(MethodInfo("visibility_changed")); ADD_SIGNAL(MethodInfo("about_to_popup")); ADD_SIGNAL(MethodInfo("theme_changed")); + ADD_SIGNAL(MethodInfo("dpi_changed")); ADD_SIGNAL(MethodInfo("titlebar_changed")); BIND_CONSTANT(NOTIFICATION_VISIBILITY_CHANGED); |