aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@digia.com>2014-08-27 12:35:47 +0200
committerMitch Curtis <mitch.curtis@digia.com>2014-08-27 14:08:46 +0200
commit26fb6a0915ec64d30eaa78e781e7f18468bc2ed7 (patch)
tree3391286ce89c17018df4b21c2f3a453f2a46388d /src
parent1b7eb341a408732f4561e07f77694ee2fb118d50 (diff)
TestCase.qml: add missing closing parenthesis to example.
Change-Id: I93f1f8ec74808fc0a9f681cd88f7e5616089c80c Reviewed-by: Gunnar Sletta <gunnar@sletta.org>
Diffstat (limited to 'src')
-rw-r--r--src/imports/testlib/TestCase.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/testlib/TestCase.qml b/src/imports/testlib/TestCase.qml
index d586486b31..8d9f6822f4 100644
--- a/src/imports/testlib/TestCase.qml
+++ b/src/imports/testlib/TestCase.qml
@@ -618,7 +618,7 @@ Item {
\code
var image = grabImage(rect);
compare(image.red(10, 10), 255);
- compare(image.pixel(20, 20), Qt.rgba(255, 0, 0, 255);
+ compare(image.pixel(20, 20), Qt.rgba(255, 0, 0, 255));
\endcode
\endlist