summaryrefslogtreecommitdiff
path: root/examples/sensors/qmlqtsensors/qmlqtsensors.qrc
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2013-05-27 10:49:16 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-27 11:07:13 +0200
commit325ba699f06c9ee8a97a992482a295a96cc9d809 (patch)
tree297088cfadb85ac14b7f1b30f60d971464a81245 /examples/sensors/qmlqtsensors/qmlqtsensors.qrc
parent75aff41f72a2e538ec62b97deaf1cb5e8afd64c5 (diff)
downloadqtsensors-325ba699f06c9ee8a97a992482a295a96cc9d809.tar.gz
Doc: Fix errors in Qt Sensors QML example
This change fixes the errors in example QML code by replacing the overuse of anchors with Column/Row components, and cleaning up by refactoring reusable code into a new QML type. Task-number: QTBUG-31076 Change-Id: Iade6f98d7db716848c44d4066aa23064929b32f2 Reviewed-by: Lorn Potter <lorn.potter@jollamobile.com>
Diffstat (limited to 'examples/sensors/qmlqtsensors/qmlqtsensors.qrc')
-rw-r--r--examples/sensors/qmlqtsensors/qmlqtsensors.qrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/sensors/qmlqtsensors/qmlqtsensors.qrc b/examples/sensors/qmlqtsensors/qmlqtsensors.qrc
index 2f6630b..4ba06da 100644
--- a/examples/sensors/qmlqtsensors/qmlqtsensors.qrc
+++ b/examples/sensors/qmlqtsensors/qmlqtsensors.qrc
@@ -6,5 +6,6 @@
<file>components/images/button_background_disabled.png</file>
<file>components/images/button_background_normal.png</file>
<file>components/images/button_background_pressed.png</file>
+ <file>components/Divider.qml</file>
</qresource>
</RCC>