aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/tutorials/extending-qml/chapter6-plugins
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qml/tutorials/extending-qml/chapter6-plugins')
-rw-r--r--examples/qml/tutorials/extending-qml/chapter6-plugins/chapter6-plugins.pyproject2
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"]
}