mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 10:50:00 +00:00
WIP: formatting implementation of translate in rust and C++
This commit is contained in:
parent
a3855f1bcb
commit
cf746ddf8d
8 changed files with 80 additions and 4 deletions
|
@ -2442,7 +2442,7 @@ fn compile_builtin_function_call(
|
|||
quote!(slint::private_unstable_api::re_exports::WindowInner::from_pub(#window_adapter_tokens.window()).set_text_input_focused(#(#a)*))
|
||||
}
|
||||
BuiltinFunction::Translate => {
|
||||
todo!("BuiltinFunction::Translate in rust")
|
||||
quote!(slint::private_unstable_api::translate(#(#a),*))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue