summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorten Sorvig <morten.sorvig@nokia.com>2011-10-26 09:20:27 +0200
committerQt by Nokia <qt-info@nokia.com>2011-10-26 23:59:51 +0200
commit014581f2559ffe02c477c5e6592a7b81ec6c5b01 (patch)
tree06105968841e3a4d33e6c1a7876e37f810d26a20
parent42402a1672ba47457c27cc6efacb763030f0121a (diff)
Fix spelling
Change-Id: If9630ffa3a1c411b2e56b41ed35c272177343274 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@nokia.com>
-rw-r--r--src/gui/kernel/qplatformwindow_qpa.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/kernel/qplatformwindow_qpa.cpp b/src/gui/kernel/qplatformwindow_qpa.cpp
index fa1d3a33f8..90fdec69f0 100644
--- a/src/gui/kernel/qplatformwindow_qpa.cpp
+++ b/src/gui/kernel/qplatformwindow_qpa.cpp
@@ -194,7 +194,7 @@ void QPlatformWindow::setParent(const QPlatformWindow *parent)
void QPlatformWindow::setWindowTitle(const QString &title) { Q_UNUSED(title); }
/*!
- Reimplement to be able to let Qt rais windows to the top of the desktop
+ Reimplement to be able to let Qt raise windows to the top of the desktop
*/
void QPlatformWindow::raise() { qWarning("This plugin does not support raise()"); }
@@ -279,7 +279,7 @@ bool QPlatformWindow::setMouseGrabEnabled(bool grab)
created by calling the createPlatformWindow function in the loaded QPlatformIntegration
instance.
- QPlatformWindow is used to signal to the windowing system, how Qt persieves its frame.
+ QPlatformWindow is used to signal to the windowing system, how Qt perceives its frame.
However, it is not concerned with how Qt renders into the window it represents.
Visible QWindows will always have a QPlatformWindow. However, it is not necessary for