diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2018-02-28 09:21:53 +0100 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2018-02-28 13:41:42 +0100 |
commit | 6681381298bd9230ae4d8309ef5ff191a5e77ff5 (patch) | |
tree | cc510d5db12708df4c7ec74b0a8ff6c8ba933fb0 | |
parent | ebf7f47e62e50ed80deb15793fdce4b67bacb32d (diff) | |
download | kube-6681381298bd9230ae4d8309ef5ff191a5e77ff5.tar.gz kube-6681381298bd9230ae4d8309ef5ff191a5e77ff5.zip |
move people & person page to view
-rw-r--r-- | framework/qmldir | 2 | ||||
-rw-r--r-- | views/people/qml/People.qml (renamed from framework/qml/People.qml) | 0 | ||||
-rw-r--r-- | views/people/qml/PersonPage.qml (renamed from framework/qml/PersonPage.qml) | 0 |
3 files changed, 0 insertions, 2 deletions
diff --git a/framework/qmldir b/framework/qmldir index 46628985..80146b8e 100644 --- a/framework/qmldir +++ b/framework/qmldir | |||
@@ -11,8 +11,6 @@ EditAccount 1.0 EditAccount.qml | |||
11 | LoginAccount 1.0 LoginAccount.qml | 11 | LoginAccount 1.0 LoginAccount.qml |
12 | OverlayDialog 1.0 OverlayDialog.qml | 12 | OverlayDialog 1.0 OverlayDialog.qml |
13 | Outbox 1.0 Outbox.qml | 13 | Outbox 1.0 Outbox.qml |
14 | People 1.0 People.qml | ||
15 | PersonPage 1.0 PersonPage.qml | ||
16 | NotificationPopup 1.0 NotificationPopup.qml | 14 | NotificationPopup 1.0 NotificationPopup.qml |
17 | Icon 1.0 Icon.qml | 15 | Icon 1.0 Icon.qml |
18 | IconButton 1.0 IconButton.qml | 16 | IconButton 1.0 IconButton.qml |
diff --git a/framework/qml/People.qml b/views/people/qml/People.qml index 1a08d900..1a08d900 100644 --- a/framework/qml/People.qml +++ b/views/people/qml/People.qml | |||
diff --git a/framework/qml/PersonPage.qml b/views/people/qml/PersonPage.qml index cd2a5d65..cd2a5d65 100644 --- a/framework/qml/PersonPage.qml +++ b/views/people/qml/PersonPage.qml | |||