mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 02:39:28 +00:00
Python: Fix mypy also on the Slint module implementation
This commit is contained in:
parent
607d70b3fa
commit
9001966dc9
6 changed files with 113 additions and 83 deletions
|
@ -199,7 +199,7 @@ impl CompilationResult {
|
|||
|
||||
#[gen_stub_pyclass]
|
||||
#[pyclass(unsendable)]
|
||||
struct ComponentDefinition {
|
||||
pub struct ComponentDefinition {
|
||||
definition: slint_interpreter::ComponentDefinition,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue