From 29478a8fe7f530d5d3fb728321cdf4e3191cad83 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Sun, 30 Oct 2011 17:34:46 +0100 Subject: Doc: Fixing typos Change-Id: I445b4cb0fe88d775c9421fbf1e8b7bb76dec0fc4 Reviewed-by: Casper van Donderen --- doc/src/examples/transformations.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/examples/transformations.qdoc') diff --git a/doc/src/examples/transformations.qdoc b/doc/src/examples/transformations.qdoc index 2d9f9f770e..74c1a8450a 100644 --- a/doc/src/examples/transformations.qdoc +++ b/doc/src/examples/transformations.qdoc @@ -124,7 +124,7 @@ In the constructor we pass the parent parameter on to the base class, and customize the font that we will use to render the - coordinates. The QWidget::font() funtion returns the font + coordinates. The QWidget::font() function returns the font currently set for the widget. As long as no special font has been set, or after QWidget::setFont() is called, this is either a special font for the widget class, the parent's font or (if this @@ -163,7 +163,7 @@ \snippet examples/painting/transformations/renderarea.cpp 5 - The \c paintEvent() event handler recieves the \c RenderArea + The \c paintEvent() event handler receives the \c RenderArea widget's paint events. A paint event is a request to repaint all or part of the widget. It can happen as a result of QWidget::repaint() or QWidget::update(), or because the widget was -- cgit v1.2.3