adjustments needed for latest mobilecomponents

- flickable is gone, Page now just takes the children items, meaning we
  can remove this assignment
- BasicListItem is factored out, and we now need it in our qrc

Signed-off-by: Sebastian Kügler <sebas@kde.org>
This commit is contained in:
Sebastian Kügler 2016-01-06 04:44:26 +01:00
parent 548d6fc956
commit 5d9881b8e1
4 changed files with 2 additions and 3 deletions

View file

@ -13,7 +13,7 @@ MobileComponents.Page {
width: parent.width - MobileComponents.Units.gridUnit
anchors.margins: MobileComponents.Units.gridUnit / 2
objectName: "Log"
flickable: logFlick
ScrollView {
anchors.fill: parent
Flickable {