QML UI: suppress warnings when showing GPS fixes

Kirigami gets unhappy if a SwipeListItem isn't named listItem.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2018-04-15 18:27:02 -07:00
parent 96611c630f
commit e10b252153

View file

@ -17,7 +17,7 @@ Kirigami.ScrollablePage {
Component {
id: gpsDelegate
Kirigami.SwipeListItem {
id: gpsFix
id: listItem
enabled: true
width: parent.width
GridLayout {