diff options
author | jan Iversen <jani@apache.org> | 2019-04-18 20:37:44 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-01-19 11:50:31 -0800 |
commit | da25b107a5164300ac372a74a66273bb274f95f4 (patch) | |
tree | 2b1bff01a21e585fd47d91a6de081e4133d0f27d /mobile-widgets/qml/mobile-resources.qrc | |
parent | bd06ec371c24786e6e628cd7e538355a1cda254f (diff) | |
download | subsurface-da25b107a5164300ac372a74a66273bb274f95f4.tar.gz |
mobile-widgets/qml: add TemplateTitle
Signed-off-by: Jan Iversen <jani@apache.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
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 0eba5ea0c..7d37b0c74 100644 --- a/mobile-widgets/qml/mobile-resources.qrc +++ b/mobile-widgets/qml/mobile-resources.qrc @@ -9,6 +9,7 @@ <file>TemplateSection.qml</file> <file>TemplateSpinBox.qml</file> <file>TemplateTextField.qml</file> + <file>TemplateTitle.qml</file> <!-- ********** qml ********** --> <file>About.qml</file> |