summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/mobile-resources.qrc
diff options
context:
space:
mode:
authorGravatar jan Iversen <jani@apache.org>2019-02-11 17:09:51 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-02-03 17:29:58 -0800
commit3aa43f3ea5a64afdda934fb9a8ff52deecd71db6 (patch)
treeefb53f94c4fdc23f2c1d06455c6dcb8688ae7e87 /mobile-widgets/qml/mobile-resources.qrc
parentfb7920ef581f4efb452ab8242166dc211dbb62a8 (diff)
downloadsubsurface-3aa43f3ea5a64afdda934fb9a8ff52deecd71db6.tar.gz
mobile-widgets/qml: add TemplateButton
Do "git mv SsrfButton TemplateButton", and search/replace all uses. The general idea of the templates are to secure common layout, but also to isolate the Kirigami parts (slowly) in the templates. Signed-off-by: Jan Iversen <jani@apache.org>
Diffstat (limited to 'mobile-widgets/qml/mobile-resources.qrc')
-rw-r--r--mobile-widgets/qml/mobile-resources.qrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/mobile-resources.qrc b/mobile-widgets/qml/mobile-resources.qrc
index 8c9c6f1f5..76dfabf33 100644
--- a/mobile-widgets/qml/mobile-resources.qrc
+++ b/mobile-widgets/qml/mobile-resources.qrc
@@ -1,6 +1,7 @@
<RCC>
<qresource prefix="/qml">
<!-- ********** Templates ********** -->
+ <file>TemplateButton.qml</file>
<file>TemplateCheckBox.qml</file>
<file>TemplateComboBox.qml</file>
<file>TemplateLabel.qml</file>
@@ -36,7 +37,6 @@
<file>CopySettings.qml</file>
<file>ThemeTest.qml</file>
<file>StartPage.qml</file>
- <file>SsrfButton.qml</file>
<file>SsrfCheckBox.qml</file>
<file>SsrfSwitch.qml</file>
<file>SsrfTextField.qml</file>