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:
parent
96611c630f
commit
e10b252153
@ -17,7 +17,7 @@ Kirigami.ScrollablePage {
|
||||
Component {
|
||||
id: gpsDelegate
|
||||
Kirigami.SwipeListItem {
|
||||
id: gpsFix
|
||||
id: listItem
|
||||
enabled: true
|
||||
width: parent.width
|
||||
GridLayout {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user