diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2012-02-08 21:07:58 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-02-09 07:54:42 (GMT) |
commit | 60666017530dc981b3908e3e572269cb5a3019ed (patch) | |
tree | 2c82884738c155c6a4103eb84e2871996894ff30 /src/gui | |
parent | 95a857c2d3212c0a19aefd11ff960df56d413acc (diff) | |
download | Qt-60666017530dc981b3908e3e572269cb5a3019ed.zip Qt-60666017530dc981b3908e3e572269cb5a3019ed.tar.gz Qt-60666017530dc981b3908e3e572269cb5a3019ed.tar.bz2 |
Change bugreports.qt.nokia.com -> bugreports.qt-project.org
Change-Id: Ib13737eac7f7cee3ebca44aa712cb6b152672a81
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/egl/qegl_x11.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/egl/qegl_x11.cpp b/src/gui/egl/qegl_x11.cpp index e8b5a68..d305de7 100644 --- a/src/gui/egl/qegl_x11.cpp +++ b/src/gui/egl/qegl_x11.cpp @@ -164,7 +164,7 @@ VisualID QEgl::getCompatibleVisualId(EGLConfig config) chosenVisualInfo = XGetVisualInfo(X11->display, VisualIDMask, &visualInfoTemplate, &matchingCount); if (chosenVisualInfo) { // Skip size checks if implementation supports non-matching visual - // and config (http://bugreports.qt.nokia.com/browse/QTBUG-9444). + // and config (http://bugreports.qt-project.org/browse/QTBUG-9444). if (QEgl::hasExtension("EGL_NV_post_convert_rounding")) { XFree(chosenVisualInfo); return visualId; |