mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-03 15:14:35 +00:00
Move corelib::abi::properties to corelib::properties
And the bits that are only there for the C binding are now in an ffi sub-module.
This commit is contained in:
parent
b259a09338
commit
9b13b363c3
8 changed files with 269 additions and 250 deletions
|
@ -109,7 +109,7 @@ impl<Item, T: Clone, Value: 'static> PropertyInfo<Item, Value>
|
|||
where
|
||||
Value: TryInto<T>,
|
||||
T: TryInto<Value>,
|
||||
T: crate::abi::properties::InterpolatedPropertyValue,
|
||||
T: crate::properties::InterpolatedPropertyValue,
|
||||
{
|
||||
fn get(&self, item: Pin<&Item>) -> Result<Value, ()> {
|
||||
self.0.get(item)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue