mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-28 12:54:45 +00:00
Use the EvaluationContext in the signal handler
This commit is contained in:
parent
e86a7d3192
commit
f6d1151832
7 changed files with 62 additions and 29 deletions
|
@ -24,6 +24,7 @@ void run(Component *c)
|
|||
VRefMut<ComponentVTable> { &Component::component_type, c });
|
||||
}
|
||||
|
||||
using internal::EvaluationContext;
|
||||
using internal::Image;
|
||||
using internal::ImageVTable;
|
||||
using internal::Rectangle;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue