Skip to content

Commit

Permalink
fix qmlplayer version
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-bin committed Jun 22, 2017
1 parent 450c86c commit dd55b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/QMLPlayer/qml/QMLPlayer/About.qml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Page {
font.pixelSize: Utils.scaled(15)
onContentHeightChanged: parent.contentHeight = contentHeight + 2*anchors.margins
onLinkActivated: Qt.openUrlExternally(link)
text: "<img src='qrc:/QtAV.svg'><h3>QMLPlayer for " + Qt.platform.os + " " + qsTr("based on") + " QtAV 1.11.0</h3>"
text: "<img src='qrc:/QtAV.svg'><h3>QMLPlayer for " + Qt.platform.os + " " + qsTr("based on") + " QtAV 1.12.0</h3>"
+ "<p>" + qsTr("QtAV is a cross platform, high performance multimedia framework") + "</p>"
+ "<p>Distributed under the terms of LGPLv2.1 or later.</p>"
+ "<p>Copyright (C) 2012-2016 Wang Bin (aka. Lucas Wang) <a href='mailto:[email protected]'>[email protected]</a></p><p>"
Expand Down

0 comments on commit dd55b21

Please sign in to comment.