mobile: silence warnings in the app log

The new SHA mysteriously caused more than 300 extra warnings in the
app log. It was caused by a code change in Kirigami. The way to
suppress it is, in hindsight, after some hours of searching, trivial.
A Kirigami.BasicListItem shall have an icon defined. And as we do
not care about any icon here, just define it empty.

Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
Jan Mulder 2018-01-03 13:10:06 +01:00
parent a5b44362c6
commit 47bf5cf5e0

View file

@ -106,6 +106,7 @@ TextField {
bottomPadding: 0
leftPadding: 0
rightPadding: 0
icon: ""
implicitHeight: Kirigami.Units.gridUnit*2
checked: hintsView.currentIndex == index
onClicked: {