From c99397d75120095e7c91bd674e10c760eba64ad4 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Mon, 13 Mar 2017 09:24:55 +0100 Subject: Wearable: rename the pages Even the code and the documentation talks about "pages", so call the types pages too. Change-Id: Ie0151be1b2344af6f7122ed22da6cc3b1ea634e4 Reviewed-by: Mitch Curtis --- examples/quickcontrols2/wearable/wearable.qrc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'examples/quickcontrols2/wearable/wearable.qrc') diff --git a/examples/quickcontrols2/wearable/wearable.qrc b/examples/quickcontrols2/wearable/wearable.qrc index f89f2494..a1099673 100644 --- a/examples/quickcontrols2/wearable/wearable.qrc +++ b/examples/quickcontrols2/wearable/wearable.qrc @@ -2,28 +2,28 @@ wearable.qml qml/Alarms/alarms.js - qml/Alarms/AlarmsMain.qml + qml/Alarms/AlarmsPage.qml qml/Fitness/fitness.js - qml/Fitness/FitnessMain.qml - qml/LauncherMain.qml + qml/Fitness/FitnessPage.qml + qml/LauncherPage.qml qml/NaviButton.qml qml/Navigation/navigation.js - qml/Navigation/NavigationMain.qml + qml/Navigation/NavigationPage.qml qml/Navigation/RouteElement.qml qml/Navigation/walk_route.json qml/Notifications/notifications.js - qml/Notifications/NotificationsMain.qml + qml/Notifications/NotificationsPage.qml qml/Settings/SettingsData.qml - qml/Settings/SettingsMain.qml + qml/Settings/SettingsPage.qml qml/Style/qmldir qml/Style/UIStyle.qml qml/Style/Slider.qml qml/Style/Switch.qml qml/WatchFace/Clock.qml - qml/WatchFace/WatchFaceMain.qml + qml/WatchFace/WatchFacePage.qml qml/Weather/weather.js qml/Weather/weather.json - qml/Weather/WeatherMain.qml + qml/Weather/WeatherPage.qml images/alarms/alarms.png images/background/HomeBackground.png images/back.png -- cgit v1.2.3