summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2010-11-09 12:00:25 (GMT)
committerSergio Ahumada <sergio.ahumada@nokia.com>2010-11-09 12:00:25 (GMT)
commit83fb9c38d3f176b132138675be64ab477e72fe88 (patch)
tree557e38c265a0e3e6761ffcf1272da2938fd7fb8d
parent3df77bed668febf207591b88bebd73e4a17c8f23 (diff)
downloadQt-83fb9c38d3f176b132138675be64ab477e72fe88.zip
Qt-83fb9c38d3f176b132138675be64ab477e72fe88.tar.gz
Qt-83fb9c38d3f176b132138675be64ab477e72fe88.tar.bz2
Doc: Fixing typo
-rw-r--r--src/plugins/graphicssystems/meego/qmeegographicssystem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/graphicssystems/meego/qmeegographicssystem.cpp b/src/plugins/graphicssystems/meego/qmeegographicssystem.cpp
index 073d722..67d760c 100644
--- a/src/plugins/graphicssystems/meego/qmeegographicssystem.cpp
+++ b/src/plugins/graphicssystems/meego/qmeegographicssystem.cpp
@@ -83,7 +83,7 @@ QWindowSurface* QMeeGoGraphicsSystem::createWindowSurface(QWidget *widget) const
QPixmapData *QMeeGoGraphicsSystem::createPixmapData(QPixmapData::PixelType type) const
{
// Long story short: without this it's possible to hit an
- // uninitialized paintDevice due to a Qt bug too complex to even
+ // uninitialized paintDevice due to a Qt bug too complex to even
// explain here... not to mention fix without going crazy.
// MDK
QGLShareContextScope ctx(qt_gl_share_widget()->context());