aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-12-12 12:17:16 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-12-12 16:51:27 +0000
commitec559b9e39834eaae804339cd74c26d09027be95 (patch)
treedddce1b0da7aadc9ae5cc6079f4b87ed6987a09e /tests
parent11271bf16ef07a301eb1e0accac346ecc7e24f47 (diff)
testbench: fix TextArea placeholder text
Change-Id: I36b036e9bb7f5f0dd66ffae205a90f3b11a3ee27 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'tests')
-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 {