summaryrefslogtreecommitdiff
path: root/examples/quickcontrols/controls/texteditor/qml/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols/controls/texteditor/qml/main.qml')
-rw-r--r--examples/quickcontrols/controls/texteditor/qml/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quickcontrols/controls/texteditor/qml/main.qml b/examples/quickcontrols/controls/texteditor/qml/main.qml
index 8aa9ee7b..1544ebc9 100644
--- a/examples/quickcontrols/controls/texteditor/qml/main.qml
+++ b/examples/quickcontrols/controls/texteditor/qml/main.qml
@@ -93,7 +93,7 @@ ApplicationWindow {
id: pasteAction
text: "Paste"
shortcut: "ctrl+v"
- iconSource: "qrc:images/editpaste.png"
+ iconSource: "images/editpaste.png"
iconName: "edit-paste"
onTriggered: textArea.paste()
}