mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
esp-idf: Silence compilation warning by avoiding deprecated syntax
This commit is contained in:
parent
f4ac8eb859
commit
c5f7c38914
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ extern "C" void app_main(void)
|
|||
8. Create `main/appwindow.slint` with the following contents:
|
||||
```
|
||||
import { VerticalBox, AboutSlint } from "std-widgets.slint";
|
||||
export component AppWindow {
|
||||
export component AppWindow inherits Window {
|
||||
VerticalBox {
|
||||
AboutSlint {}
|
||||
Text {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue