TestCase.qml: add missing closing parenthesis to example.
authorMitch Curtis <mitch.curtis@digia.com>
Wed, 27 Aug 2014 10:35:47 +0000 (12:35 +0200)
committerMitch Curtis <mitch.curtis@digia.com>
Wed, 27 Aug 2014 12:08:46 +0000 (14:08 +0200)
Change-Id: I93f1f8ec74808fc0a9f681cd88f7e5616089c80c
Reviewed-by: Gunnar Sletta <gunnar@sletta.org>
src/imports/testlib/TestCase.qml

index d586486..8d9f682 100644 (file)
@@ -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