summaryrefslogtreecommitdiffstats
path: root/examples/quick/controls/text
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/controls/text')
-rw-r--r--examples/quick/controls/text/qml/main.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/quick/controls/text/qml/main.qml b/examples/quick/controls/text/qml/main.qml
index d8f175ed1..0d7ede255 100644
--- a/examples/quick/controls/text/qml/main.qml
+++ b/examples/quick/controls/text/qml/main.qml
@@ -317,6 +317,7 @@ ApplicationWindow {
width: parent.width
anchors.top: secondaryToolBar.bottom
anchors.bottom: parent.bottom
+ baseUrl: "qrc:/"
text: document.text
textFormat: Qt.RichText
Component.onCompleted: forceActiveFocus()