mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ Kirigami.ScrollablePage {
|
|||
Component {
|
||||
id: gpsDelegate
|
||||
Kirigami.SwipeListItem {
|
||||
id: gpsFix
|
||||
id: listItem
|
||||
enabled: true
|
||||
width: parent.width
|
||||
GridLayout {
|
||||
|
|
Loading…
Reference in a new issue