1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00
This commit is contained in:
Elias 2019-01-16 19:55:00 +01:00
parent c9ac67c2a2
commit 35102ccbec

View File

@ -241,7 +241,7 @@ Item {
icon.width: 16
icon.height: 16
onClicked: Qt.openUrlExternally(
"http://qmlbook.github.io/en/ch04/index.html#qml-syntax")
"http://qmlbook.github.io/ch04-qmlstart/qmlstart.html")
}
Button {
text: qsTr("Documentation")