mobile/summary: remove dive summary calculation

Since we now use a model to calculate the dive summary, there
is no need to export recalculation of the dive summary via
QMLInterface.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2020-02-08 11:39:49 +01:00 committed by Dirk Hohndel
parent a5823a5b0d
commit 1809dbd00a
3 changed files with 2 additions and 23 deletions

View file

@ -33,14 +33,13 @@ Kirigami.ScrollablePage {
Connections {
target: Backend
onLengthChanged: {
Backend.summaryCalculation(selectionPrimary.currentIndex, selectionSecondary.currentIndex)
reload()
}
onVolumeChanged: {
Backend.summaryCalculation(selectionPrimary.currentIndex, selectionSecondary.currentIndex)
reload()
}
}
GridLayout {
columns: 3
width: parent.width