noise--
Kill print in DiveList's startpage. Signed-off-by: Sebastian Kügler <sebas@kde.org>
This commit is contained in:
parent
cb77548f9b
commit
610ce4325f
@ -171,8 +171,5 @@ MobileComponents.Page {
|
||||
opacity: (diveListView.count == 0) ? 1.0 : 0
|
||||
visible: opacity > 0
|
||||
Behavior on opacity { NumberAnimation { duration: MobileComponents.Units.shortDuration } }
|
||||
Component.onCompleted: {
|
||||
print("diveListView.count " + diveListView.count);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user