diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2025-09-18 14:02:54 +0200 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2025-09-18 18:46:05 +0200 |
| commit | 8d89822c5fa521462661c5eb96e7de07b4926c85 (patch) | |
| tree | aa54eced0115b75e7ac62af39416b769563f618c /examples/qml/tutorials/extending-qml/chapter6-plugins/chapter6-plugins.pyproject | |
| parent | 85fcf0e17a7e0d402b80bf1c7ca718744f96c446 (diff) | |
Documentation: Fix errors generating the extending QML tutorial documentation
Amends 5b19e261d5a4d6c28ad25f4bb29a0d5abcd1c947.
Task-number: PYSIDE-2206
Pick-to: 6.10
Change-Id: I80bac199d232f6ef4de7da63ebd98645da6fa3c0
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'examples/qml/tutorials/extending-qml/chapter6-plugins/chapter6-plugins.pyproject')
| -rw-r--r-- | examples/qml/tutorials/extending-qml/chapter6-plugins/chapter6-plugins.pyproject | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qml/tutorials/extending-qml/chapter6-plugins/chapter6-plugins.pyproject b/examples/qml/tutorials/extending-qml/chapter6-plugins/chapter6-plugins.pyproject index cc684401f..c4d3f4ce6 100644 --- a/examples/qml/tutorials/extending-qml/chapter6-plugins/chapter6-plugins.pyproject +++ b/examples/qml/tutorials/extending-qml/chapter6-plugins/chapter6-plugins.pyproject @@ -1,3 +1,3 @@ { - "files": ["app.qml", "Charts/piechart.py", "Charts/pieslice.py"] + "files": ["App.qml", "Charts/piechart.py", "Charts/pieslice.py"] } |
