summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@nokia.com>2012-06-21 14:42:39 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-21 15:21:20 +0200
commit42dc1c8aefaa4faf533d7d42a621dad586980ef1 (patch)
treefa1c8723d1ac4d9e6dd73d620e0eb96c3710078d /src/gui/kernel
parentfde71d1ae7d6795a2eb56d7c422a1674058bac78 (diff)
fix doc typo in qwindow.cpp
Change-Id: I0980319e32b94882fe882c57cd8341f6b3e62048 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/gui/kernel')
-rw-r--r--src/gui/kernel/qwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qwindow.cpp b/src/gui/kernel/qwindow.cpp
index d6f0aab50d..0316d22a1a 100644
--- a/src/gui/kernel/qwindow.cpp
+++ b/src/gui/kernel/qwindow.cpp
@@ -76,7 +76,7 @@ QT_BEGIN_NAMESPACE
Windows can potentially use a lot of memory. A usual measurement is
width times height times color depth. A window might also include multiple
buffers to support double and triple buffering, as well as depth and stencil
- buffers. To release a window's memory resources, the destroy() function.
+ buffers. To release a window's memory resources, call the destroy() function.
\section1 Window and content orientation