aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/manual/testbench/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/testbench/main.qml b/tests/manual/testbench/main.qml
index 54e0ae34..469dac26 100644
--- a/tests/manual/testbench/main.qml
+++ b/tests/manual/testbench/main.qml
@@ -335,7 +335,7 @@ ApplicationWindow {
implicitHeight: normalTextArea.implicitHeight
TextArea {
- text: "Placeholder"
+ placeholderText: "Placeholder"
}
}
Item {