aboutsummaryrefslogtreecommitdiffstats
path: root/examples/graphs
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2024-11-21 14:23:01 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2024-11-21 17:47:10 +0100
commit3dd001116eb8ac061efa21ec65cb13d1bd1991e7 (patch)
tree5cc2fcd1f53ffae1a566834022a369782ff9c6bf /examples/graphs
parent5f9b1e42323af00952808012a3c99c8545c7b8da (diff)
Fix the bars.pyproject file
Amends abfc11c4c2fb5cd35db910284c53b4e2e282b3fe. Task-number: PYSIDE-841 Pick-to: 6.8 Change-Id: I6f53d08f5838ed5e6e7a7b254405741e5d70859b Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
Diffstat (limited to 'examples/graphs')
-rw-r--r--examples/graphs/3d/bars/bars.pyproject2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/graphs/3d/bars/bars.pyproject b/examples/graphs/3d/bars/bars.pyproject
index c8b979437..86628474e 100644
--- a/examples/graphs/3d/bars/bars.pyproject
+++ b/examples/graphs/3d/bars/bars.pyproject
@@ -4,6 +4,6 @@
"Bars/Main.qml",
"Bars/Data.qml",
"Bars/Axes.qml",
- "Bars/qmldir ",
+ "Bars/qmldir"
]
}