mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 02:39:28 +00:00
Fix slint warnings in the docs
This commit is contained in:
parent
a3bb475500
commit
4a1a7b1f7e
2 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ by a `std::vector<T>`.
|
|||
Let's assume we've this code in our `.slint` file:
|
||||
|
||||
```slint,no-preview
|
||||
component SampleComponent inherits Window {
|
||||
export component SampleComponent inherits Window {
|
||||
in-out property<int> counter;
|
||||
in-out property<string> user_name;
|
||||
callback hello;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue