diff options
author | Marco Martin <notmart@gmail.com> | 2017-03-31 17:41:43 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-04-01 09:36:47 +0200 |
commit | 4113bab17b6b9f2415fffe0d10b2926dd8f7788b (patch) | |
tree | 1a8a73e0fd2ac7303a3f9d95ea78d445bfd1e306 /mobile-widgets/qml/mobile-resources.qrc | |
parent | 751626eec574363ef694e1301744704915e6b2ea (diff) | |
download | subsurface-4113bab17b6b9f2415fffe0d10b2926dd8f7788b.tar.gz |
QML UI: replace combobox with custom text field with hints
Signed-off-by: Marco Martin <notmart@gmail.com>
Diffstat (limited to 'mobile-widgets/qml/mobile-resources.qrc')
-rw-r--r-- | mobile-widgets/qml/mobile-resources.qrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qml/mobile-resources.qrc b/mobile-widgets/qml/mobile-resources.qrc index a0247acb0..f91d3bd45 100644 --- a/mobile-widgets/qml/mobile-resources.qrc +++ b/mobile-widgets/qml/mobile-resources.qrc @@ -10,6 +10,7 @@ <file>DiveDetailsView.qml</file> <file>DownloadFromDiveComputer.qml</file> <file>GpsList.qml</file> + <file>HintsTextEdit.qml</file> <file>Log.qml</file> <file>ThemeTest.qml</file> <file>StartPage.qml</file> |