From a111de542679a8812218ca665a8f2c6534c5d56b Mon Sep 17 00:00:00 2001 From: Claudio Maradonna Date: Thu, 24 Aug 2017 23:28:52 +0200 Subject: [PATCH] Added link for sources in about page. Added Github account --- qml/pages/AboutPage.qml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/qml/pages/AboutPage.qml b/qml/pages/AboutPage.qml index 5c04ee7..5a9c574 100644 --- a/qml/pages/AboutPage.qml +++ b/qml/pages/AboutPage.qml @@ -39,7 +39,7 @@ You can save, load and delete your settings giving a name to them. ") } - SectionHeader { text: qsTr("Developers") } + SectionHeader { text: qsTr("Developers and sources") } Label { anchors { left: parent.left @@ -55,12 +55,15 @@ You can save, load and delete your settings giving a name to them. text: qsTr(" Copyright (C) 2017 Claudio Maradonna Unitoo Team, Italy + +Sources at: https://github.com/UnitooTeam/harbour-boxing-timer ") } Repeater { model: ListModel { ListElement { label: "Email" ; value: "claudio@unitoo.pw" } + ListElement { label: "Github"; value: "UnitooTeam" } ListElement { label: "Diaspora" ; value: "claudiounitoo@framasphere.org" } ListElement { label: "Mastodon" ; value: "@unitoo" } ListElement { label: "XMPP" ; value: "unitoo@fysh.in" }