aboutsummaryrefslogtreecommitdiffstats
path: root/qt-mobile
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-04-04 14:24:19 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-04-04 14:24:19 -0700
commit1bbf6ab8a8b16f81d82134f80c257ee3472d3f2d (patch)
treeb0e0430f3c90d640f35988ea035821a9ec3c8212 /qt-mobile
parente0ad3c85d17ff554775df8c5f40a19b16a671b30 (diff)
downloadsubsurface-1bbf6ab8a8b16f81d82134f80c257ee3472d3f2d.tar.gz
Revert "QML UI: make sure the correct data is in the bread crumbs"
This reverts commit 410fd222d15dca8673606133499cefde780f163b. The change this relied on was rejected by upstream Kirigami Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile')
-rw-r--r--qt-mobile/qml/DiveDetails.qml4
1 files changed, 0 insertions, 4 deletions
diff --git a/qt-mobile/qml/DiveDetails.qml b/qt-mobile/qml/DiveDetails.qml
index 35616e109..108833470 100644
--- a/qt-mobile/qml/DiveDetails.qml
+++ b/qt-mobile/qml/DiveDetails.qml
@@ -34,10 +34,6 @@ Kirigami.Page {
title: diveDetailsListView.currentItem.modelData.dive.location
state: "view"
- onTitleChanged: {
- header.updateBreadCrumbs()
- }
-
states: [
State {
name: "view"