You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to workaround this issue (#2268). I thought to wrap the callback in another component to by-pass the duplication issue of the callback. When I wanted to build the code, it failed with the following error:
The reason for trying this is that I expose an adapter to be used in C++. There I want to invoke the callback from the adapter and then on slint side I want to bind the callback in different components wherever I need to react to it.
Bug Description
I was trying to workaround this issue (#2268). I thought to wrap the callback in another component to by-pass the duplication issue of the callback. When I wanted to build the code, it failed with the following error:
The reason for trying this is that I expose an adapter to be used in C++. There I want to invoke the callback from the adapter and then on slint side I want to bind the callback in different components wherever I need to react to it.
Reproducible Code (if applicable)
Environment Details
Product Impact
No response
The text was updated successfully, but these errors were encountered: