From afa557f5c0b0debaaaf6c4c777ccc2ba10965c50 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sun, 18 Oct 2015 14:02:13 +0300 Subject: [PATCH] Move non-page qml components to a separate subdirectory --- remote/qml/{pages => components}/ChannelItem.qml | 0 remote/qml/{pages => components}/ChannelSelect.qml | 0 remote/qml/{pages => components}/DirectoryEntry.qml | 0 remote/qml/pages/BrowsePage.qml | 1 + remote/qml/pages/PlaybackPage.qml | 1 + 5 files changed, 2 insertions(+) rename remote/qml/{pages => components}/ChannelItem.qml (100%) rename remote/qml/{pages => components}/ChannelSelect.qml (100%) rename remote/qml/{pages => components}/DirectoryEntry.qml (100%) diff --git a/remote/qml/pages/ChannelItem.qml b/remote/qml/components/ChannelItem.qml similarity index 100% rename from remote/qml/pages/ChannelItem.qml rename to remote/qml/components/ChannelItem.qml diff --git a/remote/qml/pages/ChannelSelect.qml b/remote/qml/components/ChannelSelect.qml similarity index 100% rename from remote/qml/pages/ChannelSelect.qml rename to remote/qml/components/ChannelSelect.qml diff --git a/remote/qml/pages/DirectoryEntry.qml b/remote/qml/components/DirectoryEntry.qml similarity index 100% rename from remote/qml/pages/DirectoryEntry.qml rename to remote/qml/components/DirectoryEntry.qml diff --git a/remote/qml/pages/BrowsePage.qml b/remote/qml/pages/BrowsePage.qml index 8a5d254..2a3a123 100644 --- a/remote/qml/pages/BrowsePage.qml +++ b/remote/qml/pages/BrowsePage.qml @@ -2,6 +2,7 @@ import QtQuick 2.0 import Sailfish.Silica 1.0 import org.nemomobile.configuration 1.0 import fi.mikkosoft.xinema 0.1 +import "../components" Page { diff --git a/remote/qml/pages/PlaybackPage.qml b/remote/qml/pages/PlaybackPage.qml index 7bf7cc9..bf1d976 100644 --- a/remote/qml/pages/PlaybackPage.qml +++ b/remote/qml/pages/PlaybackPage.qml @@ -1,6 +1,7 @@ import QtQuick 2.0 import Sailfish.Silica 1.0 import fi.mikkosoft.xinema 0.1 +import "../components" Page { -- 2.43.0