summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/planets-qml/planets-qml.qrc
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@theqtcompany.com>2015-11-30 18:58:33 +0100
committerLaszlo Agocs <laszlo.agocs@theqtcompany.com>2015-11-30 20:47:32 +0000
commitc80eed85ee8250f1dbbf1565f2f8ff01b6fa6d0b (patch)
treef09e0a9b484186a79e6182d72423ad82c053112b /examples/qt3d/planets-qml/planets-qml.qrc
parentf4542b1f21ed74f76e3cc9914327f0afb3fed4fa (diff)
Avoid using the name Light in the examples
To prevent colliding with the standard Qt 3D type. Change-Id: Ibf7b8b744dd23f1ced231e90486729be894a1be7 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'examples/qt3d/planets-qml/planets-qml.qrc')
-rw-r--r--examples/qt3d/planets-qml/planets-qml.qrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qt3d/planets-qml/planets-qml.qrc b/examples/qt3d/planets-qml/planets-qml.qrc
index cf9aafc29..dceaffeeb 100644
--- a/examples/qt3d/planets-qml/planets-qml.qrc
+++ b/examples/qt3d/planets-qml/planets-qml.qrc
@@ -8,7 +8,7 @@
<file>FpsDisplay.qml</file>
<file>Planet.qml</file>
<file>Ring.qml</file>
- <file>Light.qml</file>
+ <file>PlanetsLight.qml</file>
<file>CloudEffectDS.qml</file>
<file>PlanetEffectD.qml</file>
<file>PlanetEffectDB.qml</file>