From 26fb6a0915ec64d30eaa78e781e7f18468bc2ed7 Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Wed, 27 Aug 2014 12:35:47 +0200 Subject: [PATCH] TestCase.qml: add missing closing parenthesis to example. Change-Id: I93f1f8ec74808fc0a9f681cd88f7e5616089c80c Reviewed-by: Gunnar Sletta --- src/imports/testlib/TestCase.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/imports/testlib/TestCase.qml b/src/imports/testlib/TestCase.qml index d586486..8d9f682 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 -- 2.7.4