summaryrefslogtreecommitdiffstats
path: root/startupscreen/MainView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'startupscreen/MainView.qml')
-rw-r--r--startupscreen/MainView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/startupscreen/MainView.qml b/startupscreen/MainView.qml
index 4d95577..03eed0b 100644
--- a/startupscreen/MainView.qml
+++ b/startupscreen/MainView.qml
@@ -108,7 +108,7 @@ Item {
Text {
id: headerText_2
color: "#ffffff"
- text: qsTr("Boot to Qt ")
+ text: qsTr("Boot to Qt ") + Qt.application.version
anchors.horizontalCenter: parent.horizontalCenter
anchors.bottom: parent.bottom
font.bold: true