Comment the old sounds related code

This commit is contained in:
Matti Viljanen 2019-01-05 23:41:59 +02:00
parent 57f153055e
commit 9678c93914

View file

@ -67,8 +67,9 @@ Page {
Button { Button {
anchors.horizontalCenter: parent.horizontalCenter anchors.horizontalCenter: parent.horizontalCenter
text: qsTr("Code and feedback") text: qsTr("Code and feedback")
onClicked: Qt.openUrlExternally("http://www.github.com/direc85/harbour-countme2") onClicked: Qt.openUrlExternally("http://www.github.com/direc85/harbour-batterybuddy")
} }
/*
Label { Label {
x: Theme.paddingLarge x: Theme.paddingLarge
text: qsTr("Sounds") text: qsTr("Sounds")
@ -95,6 +96,7 @@ Page {
text: qsTr("Lower limit") text: qsTr("Lower limit")
onClicked: Qt.openUrlExternally("https://notificationsounds.com/notification-sounds/unsure-566") onClicked: Qt.openUrlExternally("https://notificationsounds.com/notification-sounds/unsure-566")
} }
*/
} }
} }