diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2010-11-09 11:59:11 (GMT) |
---|---|---|
committer | Sergio Ahumada <sergio.ahumada@nokia.com> | 2010-11-09 11:59:11 (GMT) |
commit | 3df77bed668febf207591b88bebd73e4a17c8f23 (patch) | |
tree | 11a1d23e99d49830eeef3632254ac51e1bb0822a /src/plugins/graphicssystems | |
parent | 55911952c7b195e36614372d084c473202ab1c44 (diff) | |
download | Qt-3df77bed668febf207591b88bebd73e4a17c8f23.zip Qt-3df77bed668febf207591b88bebd73e4a17c8f23.tar.gz Qt-3df77bed668febf207591b88bebd73e4a17c8f23.tar.bz2 |
Doc: Fixing typo
Diffstat (limited to 'src/plugins/graphicssystems')
-rw-r--r-- | src/plugins/graphicssystems/meego/qmeegographicssystem.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/graphicssystems/meego/qmeegographicssystem.cpp b/src/plugins/graphicssystems/meego/qmeegographicssystem.cpp index a633e2f..073d722 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 - // unitialized 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()); @@ -301,4 +301,4 @@ bool qt_meego_live_texture_release(QPixmap *pixmap, QImage *image) Qt::HANDLE qt_meego_live_texture_get_handle(QPixmap *pixmap) { return QMeeGoGraphicsSystem::getLiveTextureHandle(pixmap); -}
\ No newline at end of file +} |