aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlexandr Akulich <akulichalexander@gmail.com>2012-10-20 08:41:25 +0600
committerTor Arne Vestbø <tor.arne.vestbo@digia.com>2012-10-22 22:59:42 +0200
commitc22816f173c6c3b62d0420bb07a4a053ee898d06 (patch)
treee4286fcc867b7e973455c1bb50e5a1a330c378ae /src
parent6914f0a1ac3f1a03d1ce812b3a20ebea3191a6c0 (diff)
doc: fix some typos.
Change-Id: I951d89094a6d49e4c71aa9a50e98f3ccc1ca62e1 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/quick/items/qquickwindow.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/quick/items/qquickwindow.cpp b/src/quick/items/qquickwindow.cpp
index 7cc645f48a..0a293d6608 100644
--- a/src/quick/items/qquickwindow.cpp
+++ b/src/quick/items/qquickwindow.cpp
@@ -260,7 +260,7 @@ void QQuickWindowPrivate::polishItems()
* being shown on screen. This feature is very limited in what it supports.
*
* For this feature to be useful one needs to hook into beforeRender()
- * and set the render tareget.
+ * and set the render target.
*
*/
void QQuickWindowPrivate::setRenderWithoutShowing(bool render)
@@ -2529,7 +2529,7 @@ uint QQuickWindow::renderTargetId() const
}
/*!
- Returns the size of the currently set render target; otherwise returns an enpty size.
+ Returns the size of the currently set render target; otherwise returns an empty size.
*/
QSize QQuickWindow::renderTargetSize() const
{
@@ -2663,7 +2663,7 @@ QQmlIncubationController *QQuickWindow::incubationController() const
/*!
- Sets weither the scene graph rendering of QML should clear the color buffer
+ Sets whether the scene graph rendering of QML should clear the color buffer
before it starts rendering to \a enabled.
By disabling clearing of the color buffer, it is possible to do GL painting
@@ -2683,7 +2683,7 @@ void QQuickWindow::setClearBeforeRendering(bool enabled)
/*!
- Returns weither clearing of the color buffer is done before rendering or not.
+ Returns whether clearing of the color buffer is done before rendering or not.
*/
bool QQuickWindow::clearBeforeRendering() const