Revert "QML UI: make sure the correct data is in the bread crumbs"

This reverts commit 410fd222d1.

The change this relied on was rejected by upstream Kirigami

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-04-04 14:24:19 -07:00
parent e0ad3c85d1
commit 1bbf6ab8a8

View file

@ -34,10 +34,6 @@ Kirigami.Page {
title: diveDetailsListView.currentItem.modelData.dive.location title: diveDetailsListView.currentItem.modelData.dive.location
state: "view" state: "view"
onTitleChanged: {
header.updateBreadCrumbs()
}
states: [ states: [
State { State {
name: "view" name: "view"