From 3aa43f3ea5a64afdda934fb9a8ff52deecd71db6 Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Mon, 11 Feb 2019 17:09:51 +0100 Subject: 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 --- mobile-widgets/qml/Export.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mobile-widgets/qml/Export.qml') diff --git a/mobile-widgets/qml/Export.qml b/mobile-widgets/qml/Export.qml index 5ef4c4ce7..a0270a099 100644 --- a/mobile-widgets/qml/Export.qml +++ b/mobile-widgets/qml/Export.qml @@ -249,7 +249,7 @@ Kirigami.ScrollablePage { Layout.fillWidth: true text: qsTr("Anonymize") } - SsrfButton { + TemplateButton { text: qsTr("Next") onClicked: { if (selectedExport === ExportType.EX_DIVELOGS_DE) { -- cgit v1.2.3-70-g09d2