mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 22:54:36 +00:00
Get rid of the context in properties/signal
This commit is contained in:
parent
ab7ae9f3e2
commit
e00491811b
25 changed files with 389 additions and 653 deletions
|
@ -44,7 +44,7 @@ pub use abi::sharedarray::SharedArray;
|
|||
pub use abi::datastructures::Resource;
|
||||
|
||||
#[doc(inline)]
|
||||
pub use abi::properties::{EvaluationContext, Property};
|
||||
pub use abi::properties::Property;
|
||||
|
||||
#[doc(inline)]
|
||||
pub use abi::signals::Signal;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue