aboutsummaryrefslogtreecommitdiffstats
path: root/qt-mobile/qml/DiveList.qml
diff options
context:
space:
mode:
authorGravatar Sebastian Kügler <sebas@kde.org>2016-01-06 04:44:26 +0100
committerGravatar Sebastian Kügler <sebas@kde.org>2016-01-06 04:44:26 +0100
commit5d9881b8e1b435b2d2db96d195cdb8cf3c221a84 (patch)
treee795fd5f751a3de872e26597d3c4a7dad85a36ee /qt-mobile/qml/DiveList.qml
parent548d6fc956061cd1edb177447cdf07104d92b9c7 (diff)
downloadsubsurface-5d9881b8e1b435b2d2db96d195cdb8cf3c221a84.tar.gz
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>
Diffstat (limited to 'qt-mobile/qml/DiveList.qml')
-rw-r--r--qt-mobile/qml/DiveList.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-mobile/qml/DiveList.qml b/qt-mobile/qml/DiveList.qml
index 6c2d6aa90..6d8f4924c 100644
--- a/qt-mobile/qml/DiveList.qml
+++ b/qt-mobile/qml/DiveList.qml
@@ -10,7 +10,6 @@ MobileComponents.Page {
id: page
objectName: "DiveList"
color: MobileComponents.Theme.viewBackgroundColor
- flickable: diveListView
Component {
id: diveDelegate