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:
Daaniiieel 2020-04-11 15:01:51 +02:00 committed by GitHub
parent e1906ff533
commit d01aaa0e1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,8 @@ c1item2.setText(0, `c1item1`);
win.setCentralWidget(tree);
win.show();
(global as any).win = win;```
(global as any).win = win;
```
## Hierarchy