diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-04-15 18:27:02 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-04-15 18:27:02 -0700 |
commit | e10b252153c1269b65639d10b527ff4413e74638 (patch) | |
tree | 4fe4bbb09eda6db73736f37d548a7b7c65be8114 /mobile-widgets/qml | |
parent | 96611c630f643d474444aa988f82db2f06376104 (diff) | |
download | subsurface-e10b252153c1269b65639d10b527ff4413e74638.tar.gz |
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>
Diffstat (limited to 'mobile-widgets/qml')
-rw-r--r-- | mobile-widgets/qml/GpsList.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/GpsList.qml b/mobile-widgets/qml/GpsList.qml index ea5098943..326ce37ef 100644 --- a/mobile-widgets/qml/GpsList.qml +++ b/mobile-widgets/qml/GpsList.qml @@ -17,7 +17,7 @@ Kirigami.ScrollablePage { Component { id: gpsDelegate Kirigami.SwipeListItem { - id: gpsFix + id: listItem enabled: true width: parent.width GridLayout { |