From 014581f2559ffe02c477c5e6592a7b81ec6c5b01 Mon Sep 17 00:00:00 2001 From: Morten Sorvig Date: Wed, 26 Oct 2011 09:20:27 +0200 Subject: Fix spelling Change-Id: If9630ffa3a1c411b2e56b41ed35c272177343274 Reviewed-by: Frederik Gladhorn --- src/gui/kernel/qplatformwindow_qpa.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 -- cgit v1.2.3