diff options
author | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-06-24 03:59:52 (GMT) |
---|---|---|
committer | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-06-24 03:59:52 (GMT) |
commit | aca09d2b5038ed193d198f4097b17051f5f94116 (patch) | |
tree | 1084935bfd6abbc9557be582ba2b25107eee0758 /src/gui/egl | |
parent | 871364bf2475cf3b2a9c5535b59dab41db184ef4 (diff) | |
download | Qt-aca09d2b5038ed193d198f4097b17051f5f94116.zip Qt-aca09d2b5038ed193d198f4097b17051f5f94116.tar.gz Qt-aca09d2b5038ed193d198f4097b17051f5f94116.tar.bz2 |
Don't refer to non-existing QVGWidget in private header comments.
Reviewed-by: trustme
Diffstat (limited to 'src/gui/egl')
-rw-r--r-- | src/gui/egl/qegl_p.h | 2 | ||||
-rw-r--r-- | src/gui/egl/qeglproperties_p.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/egl/qegl_p.h b/src/gui/egl/qegl_p.h index 89949e2..ddf7d27 100644 --- a/src/gui/egl/qegl_p.h +++ b/src/gui/egl/qegl_p.h @@ -47,7 +47,7 @@ // ------------- // // This file is not part of the Qt API. It exists for the convenience of -// the QGLWidget and QVGWidget classes. This header file may change from +// the QtOpenGL and QtOpenVG modules. This header file may change from // version to version without notice, or even be removed. // // We mean it. diff --git a/src/gui/egl/qeglproperties_p.h b/src/gui/egl/qeglproperties_p.h index 3570f80..81af4cd 100644 --- a/src/gui/egl/qeglproperties_p.h +++ b/src/gui/egl/qeglproperties_p.h @@ -47,7 +47,7 @@ // ------------- // // This file is not part of the Qt API. It exists for the convenience -// of the QGLWidget class. This header file may change from +// of the QtOpenGL and QtOpenVG modules. This header file may change from // version to version without notice, or even be removed. // // We mean it. |