summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qplatformintegration_qpa.cpp
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@nokia.com>2010-12-01 16:04:45 (GMT)
committerJørgen Lind <jorgen.lind@nokia.com>2010-12-01 16:08:16 (GMT)
commitc3f22e0b7ee6358ebe063b3aeea4a609e367a5f2 (patch)
treeda3da95383dd36b6b4361c88e92e7322fa182e0d /src/gui/kernel/qplatformintegration_qpa.cpp
parent5fcdba84a8546a31974e4e1ecfaf481e0b9921a5 (diff)
downloadQt-c3f22e0b7ee6358ebe063b3aeea4a609e367a5f2.zip
Qt-c3f22e0b7ee6358ebe063b3aeea4a609e367a5f2.tar.gz
Qt-c3f22e0b7ee6358ebe063b3aeea4a609e367a5f2.tar.bz2
Spelling mistakes in Documentation. There are probably more :)
Reviewed-by: paul
Diffstat (limited to 'src/gui/kernel/qplatformintegration_qpa.cpp')
-rw-r--r--src/gui/kernel/qplatformintegration_qpa.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/kernel/qplatformintegration_qpa.cpp b/src/gui/kernel/qplatformintegration_qpa.cpp
index 2a9bf77..9b6e590 100644
--- a/src/gui/kernel/qplatformintegration_qpa.cpp
+++ b/src/gui/kernel/qplatformintegration_qpa.cpp
@@ -68,7 +68,7 @@ QPlatformEventLoopIntegration *QPlatformIntegration::createEventLoopIntegration(
}
/*!
- Returns wheter the given platform integration supports OpenGL.
+ Returns whether the given platform integration supports OpenGL.
Default implementation returns false,
*/
@@ -103,7 +103,7 @@ QPlatformFontDatabase *QPlatformIntegration::fontDatabase() const
QPlatformIntegration is the single entry point for windowsystem specific functionality when
using the QPA platform. It has factory functions for creating platform specific pixmaps and
- windows. The class also controlls the font subsystem.
+ windows. The class also controls the font subsystem.
QPlatformIntegration is a singelton class which gets instansiated in the QApplication
constructor. The QPlatformIntegration instance do not have ownership of objects it creates in
@@ -147,7 +147,7 @@ QPlatformFontDatabase *QPlatformIntegration::fontDatabase() const
\fn QWindowSurface *createWindowSurface(QWidget *widget, WId winId) const
Factory function for QWindowSurface. The QWidget parameter is a pointer to the
- top level widget(tlw) the window surface is created for. A QPlatformWindow is allways created
+ top level widget(tlw) the window surface is created for. A QPlatformWindow is always created
before the QWindowSurface for tlw where the widget also requires a WindowSurface. It is
possible to create top level QWidgets without a QWindowSurface by specifying
QPlatformWindowFormat::setWindowSurface(false) for the tlw QPlatformWindowFormat.