From 47bf5cf5e002ada21b03892d5229882db109015f Mon Sep 17 00:00:00 2001 From: Jan Mulder Date: Wed, 3 Jan 2018 13:10:06 +0100 Subject: 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 --- mobile-widgets/qml/HintsTextEdit.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/mobile-widgets/qml/HintsTextEdit.qml b/mobile-widgets/qml/HintsTextEdit.qml index 66821b158..2372a7674 100644 --- a/mobile-widgets/qml/HintsTextEdit.qml +++ b/mobile-widgets/qml/HintsTextEdit.qml @@ -106,6 +106,7 @@ TextField { bottomPadding: 0 leftPadding: 0 rightPadding: 0 + icon: "" implicitHeight: Kirigami.Units.gridUnit*2 checked: hintsView.currentIndex == index onClicked: { -- cgit v1.2.3-70-g09d2