Update QTreeWidget documentation (#501)
The code block wasn't ended properly, resulting in the latter documentation being in the code block.
This commit is contained in:
parent
e1906ff533
commit
d01aaa0e1f
@ -43,7 +43,8 @@ c1item2.setText(0, `c1item1`);
|
||||
|
||||
win.setCentralWidget(tree);
|
||||
win.show();
|
||||
(global as any).win = win;```
|
||||
(global as any).win = win;
|
||||
```
|
||||
|
||||
## Hierarchy
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user