QML UI: fix saving fields using HintsTextEdit

The editText property is not there anymore, we need text

Signed-off-by: Marco Martin <notmart@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Marco Martin 2017-04-04 21:49:02 +02:00 committed by Dirk Hohndel
parent 89d7dd4348
commit 8a71196e4e
2 changed files with 4 additions and 3 deletions

View file

@ -100,6 +100,7 @@ TextField {
onClicked: {
hintsView.currentIndex = index
root.text = modelData
frame.shouldShow = false;
}
}
ScrollBar.vertical: ScrollBar { }