mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 10:50:00 +00:00
doc: prospective fix for rendering of example snippet in C++ generated code docs
The sample component in the docs has nothing to see, disable preview.
This commit is contained in:
parent
41e3e27bff
commit
a1f9e39054
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ the {cpp:class}`slint::VectorModel` provides an implementation that is backed by
|
|||
|
||||
Let's assume we have this code in our `.slint` file
|
||||
|
||||
```slint
|
||||
```slint,no-preview
|
||||
SampleComponent := Window {
|
||||
property<int> counter;
|
||||
property<string> user_name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue