mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-30 22:01:13 +00:00
Janitor: Fix warnings about markdown files
These might change the layout of the rendered markdown files. This will also fix some typos along the way:-)
This commit is contained in:
parent
13d7f5e7bd
commit
e01bd87df8
35 changed files with 216 additions and 243 deletions
|
@ -12,7 +12,6 @@ check if a pair of tiles has been solved. And we need to add a property that Rus
|
|||
tile interaction, to prevent the player from opening more tiles than allowed. No cheating allowed! First, we paste
|
||||
the callback and property declarations into <span class="hljs-title">MainWindow</span>:
|
||||
|
||||
|
||||
```60
|
||||
{{#include main_game_logic_in_rust.rs:mainwindow_interface}}
|
||||
```
|
||||
|
@ -41,4 +40,4 @@ The `MainWindow` owns the callback handler, which itself owns a reference to the
|
|||
instead of strong to avoid a memory leak.
|
||||
|
||||
These were the last changes and running the result gives us a window on the screen that allows us
|
||||
to play the game by the rules.
|
||||
to play the game by the rules.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue