Fix using signals in lambda functions

This commit is contained in:
Yuri Rubinsky 2022-11-21 22:38:02 +03:00
parent 11e1c83309
commit f6c8c140f0
2 changed files with 5 additions and 0 deletions

View file

@ -786,6 +786,7 @@ public:
LOCAL_VARIABLE,
LOCAL_ITERATOR, // `for` loop iterator.
LOCAL_BIND, // Pattern bind.
MEMBER_SIGNAL,
MEMBER_VARIABLE,
MEMBER_CONSTANT,
INHERITED_VARIABLE,