diff options
author | ck <qt-info@nokia.com> | 2010-01-11 09:15:26 (GMT) |
---|---|---|
committer | ck <qt-info@nokia.com> | 2010-01-11 09:15:26 (GMT) |
commit | cb0de81ad244aba16d6218085b39c2b15ab4aa96 (patch) | |
tree | 2d243b03d02c99161a8c635728fb0ae624b56fd1 | |
parent | 2f500df286afba5e64f5288fbc3d02e6e2e41211 (diff) | |
download | Qt-cb0de81ad244aba16d6218085b39c2b15ab4aa96.zip Qt-cb0de81ad244aba16d6218085b39c2b15ab4aa96.tar.gz Qt-cb0de81ad244aba16d6218085b39c2b15ab4aa96.tar.bz2 |
Add QT_{BEGIN,END}_NAMESPACE to qtextureglyphcache_gl.cpp.
-rw-r--r-- | src/opengl/gl2paintengineex/qtextureglyphcache_gl.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/opengl/gl2paintengineex/qtextureglyphcache_gl.cpp b/src/opengl/gl2paintengineex/qtextureglyphcache_gl.cpp index 047876f..8b4265d 100644 --- a/src/opengl/gl2paintengineex/qtextureglyphcache_gl.cpp +++ b/src/opengl/gl2paintengineex/qtextureglyphcache_gl.cpp @@ -42,6 +42,8 @@ #include "qtextureglyphcache_gl_p.h" #include "qpaintengineex_opengl2_p.h" +QT_BEGIN_NAMESPACE + #ifdef Q_WS_WIN extern Q_GUI_EXPORT bool qt_cleartype_enabled; #endif @@ -214,3 +216,5 @@ int QGLTextureGlyphCache::glyphMargin() const return m_type == QFontEngineGlyphCache::Raster_RGBMask ? 2 : 0; #endif } + +QT_END_NAMESPACE |