From 9b5063dba6f400c494e29e36748975db4b592700 Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Thu, 12 May 2016 22:42:05 +0200 Subject: Fix grammar in QQuickItem::grabToImage() documentation Change-Id: Ic63f1b2ba80ea4121f127432333757a469337870 Reviewed-by: Frank Meerkoetter Reviewed-by: Robin Burchell --- src/quick/items/qquickitemgrabresult.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/quick/items/qquickitemgrabresult.cpp b/src/quick/items/qquickitemgrabresult.cpp index d05ecc9076..5820c0b007 100644 --- a/src/quick/items/qquickitemgrabresult.cpp +++ b/src/quick/items/qquickitemgrabresult.cpp @@ -300,7 +300,7 @@ QQuickItemGrabResult *QQuickItemGrabResultPrivate::create(QQuickItem *item, cons * Use \a targetSize to specify the size of the target image. By default, the * result will have the same size as item. * - * If the grab could not be initiated, the function returns a \c null. + * If the grab could not be initiated, the function returns \c null. * * \note This function will render the item to an offscreen surface and * copy that surface from the GPU's memory into the CPU's memory, which can -- cgit v1.2.3