WIP: formatting implementation of translate in rust and C++

This commit is contained in:
Olivier Goffart 2023-04-18 15:47:14 +02:00 committed by Olivier Goffart
parent a3855f1bcb
commit cf746ddf8d
8 changed files with 80 additions and 4 deletions

View file

@ -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),*))
}
}
}