aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickwindow.cpp
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>2012-11-20 10:17:47 +0100
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>2012-11-20 10:19:32 +0100
commit5e975a312412b63cb4993931923360bfe5a105b4 (patch)
tree5d8f3b4ffe05ed5fb036b84ec1b7820fdab0964a /src/quick/items/qquickwindow.cpp
parent48b2d386399341307027efb151f59873c5372407 (diff)
parent61d35829eed6661c1371d397bbb316ea2f636c50 (diff)
Merge branch 'newdocs'
Diffstat (limited to 'src/quick/items/qquickwindow.cpp')
-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 f73de994ed..4ea31a0d6f 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)
@@ -2525,7 +2525,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
{
@@ -2659,7 +2659,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
@@ -2679,7 +2679,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