aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/wearable/wearable.qrc
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2017-03-13 11:08:07 +0100
committerJ-P Nurmi <jpnurmi@qt.io>2017-03-13 10:19:30 +0000
commit7e382538fad487204885025f43409e265d58788c (patch)
treee433b3d47e8c2dbede434a72dee5b7eb82723d31 /examples/quickcontrols2/wearable/wearable.qrc
parentf722caec667342b0579aa894858ad553c70e55e0 (diff)
Wearable: cleanup SettingsPage
Replace the SettingsData (Item) type with QML Settings from Qt.labs.settings, and get rid of an unnecessary wrapper items and hard-coded image sizes. Change-Id: If41fbef5247c1648b881a97cbb94d4378b334f85 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'examples/quickcontrols2/wearable/wearable.qrc')
-rw-r--r--examples/quickcontrols2/wearable/wearable.qrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/quickcontrols2/wearable/wearable.qrc b/examples/quickcontrols2/wearable/wearable.qrc
index eee722c6..6d605fd0 100644
--- a/examples/quickcontrols2/wearable/wearable.qrc
+++ b/examples/quickcontrols2/wearable/wearable.qrc
@@ -13,7 +13,6 @@
<file>qml/Navigation/walk_route.json</file>
<file>qml/Notifications/notifications.js</file>
<file>qml/Notifications/NotificationsPage.qml</file>
- <file>qml/Settings/SettingsData.qml</file>
<file>qml/Settings/SettingsPage.qml</file>
<file>qml/Style/qmldir</file>
<file>qml/Style/PageIndicator.qml</file>