C++Qt blocks allow for #[inherit]
attribute on signals when it is unused and has no purpose there
#1201
Labels
🪲 bug
Something isn't working
Currently you can write the following
Signals from C++Qt blocks do not have any difference from the inherit attribute, so likely we should disallow the attribute here?
Note the reason this currently works is that the parser code for signals is shared between RustQt and C++Qt blocks.
The text was updated successfully, but these errors were encountered: