diff options
Diffstat (limited to 'src/qml')
| -rw-r--r-- | src/qml/pages/AboutPage.qml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/qml/pages/AboutPage.qml b/src/qml/pages/AboutPage.qml index 0810846..5fe42a0 100644 --- a/src/qml/pages/AboutPage.qml +++ b/src/qml/pages/AboutPage.qml @@ -23,6 +23,14 @@ Page { text: "Unit Master\nCopyright 2013 Oskari Timperi\n\nThe application icon is derived from the Meanicons Icon Set\n(http://www.meanicons.com/)." } + + Button { + anchors.horizontalCenter: parent.horizontalCenter + text: "github.com" + onClicked: { + Qt.openUrlExternally("http://github.com/oswjk/unitmaster") + } + } } } |
