summaryrefslogtreecommitdiffstats
path: root/QtLauncher/DemoInfoPopup.qml
diff options
context:
space:
mode:
Diffstat (limited to 'QtLauncher/DemoInfoPopup.qml')
-rw-r--r--QtLauncher/DemoInfoPopup.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/QtLauncher/DemoInfoPopup.qml b/QtLauncher/DemoInfoPopup.qml
index cc6c899..2650adc 100644
--- a/QtLauncher/DemoInfoPopup.qml
+++ b/QtLauncher/DemoInfoPopup.qml
@@ -8,6 +8,7 @@ Item {
id: demoInfoPopup
required property real pageMargin
property alias description: tt.text
+ property alias title: infoTitle.text
function open()
{
@@ -76,7 +77,6 @@ Item {
color: "white"
font.family: ViewSettings.appFont
font.styleName: "SemiBold"
- text: qsTr("About Current Demo")
wrapMode: Text.WordWrap
}