Correct strokeRect documentation.
authorMitch Curtis <mitch.curtis@digia.com>
Tue, 12 Aug 2014 09:36:26 +0000 (11:36 +0200)
committerMitch Curtis <mitch.curtis@digia.com>
Tue, 12 Aug 2014 11:39:22 +0000 (13:39 +0200)
Change-Id: I81c61f3b32819e45e15b2be472e71e48fac0c148
Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
src/quick/items/context2d/qquickcontext2d.cpp

index 7964f65..3cc4dd0 100644 (file)
@@ -2170,7 +2170,7 @@ QV4::ReturnedValue QQuickJSContext2DPrototype::method_fillRect(QV4::CallContext
 }
 
 /*!
-  \qmlmethod object QtQuick::Context2D::fillRect(real x, real y, real w, real h)
+  \qmlmethod object QtQuick::Context2D::strokeRect(real x, real y, real w, real h)
    Stroke the specified rectangle's path using the strokeStyle, lineWidth, lineJoin,
    and (if appropriate) miterLimit attributes.