summaryrefslogtreecommitdiff
path: root/doc/src/snippets/ThresholdMask-example.qml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/snippets/ThresholdMask-example.qml')
-rw-r--r--doc/src/snippets/ThresholdMask-example.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/snippets/ThresholdMask-example.qml b/doc/src/snippets/ThresholdMask-example.qml
index 9d57743..de8d09f 100644
--- a/doc/src/snippets/ThresholdMask-example.qml
+++ b/doc/src/snippets/ThresholdMask-example.qml
@@ -46,6 +46,7 @@ Item {
height: 300
Image {
+ id: background
anchors.fill: parent
source: "images/checker.png"
smooth: true