summaryrefslogtreecommitdiffstats
path: root/src/opengl/qgl_win.cpp
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-05-25 09:57:30 (GMT)
committerMartin Smith <msmith@trolltech.com>2009-05-25 09:57:30 (GMT)
commite5615b9cf4c981bb8d0fec48eacd6c11c124a3b0 (patch)
treeacb80ef416f487a326034df2253fa68a67e642e7 /src/opengl/qgl_win.cpp
parent58f0112b11e42ece4c7fa3456ae46e8c86fa0bd6 (diff)
downloadQt-e5615b9cf4c981bb8d0fec48eacd6c11c124a3b0.zip
Qt-e5615b9cf4c981bb8d0fec48eacd6c11c124a3b0.tar.gz
Qt-e5615b9cf4c981bb8d0fec48eacd6c11c124a3b0.tar.bz2
qdoc: Added some missing qdoc comments.
Task-number: 252491
Diffstat (limited to 'src/opengl/qgl_win.cpp')
-rw-r--r--src/opengl/qgl_win.cpp16
1 files changed, 3 insertions, 13 deletions
diff --git a/src/opengl/qgl_win.cpp b/src/opengl/qgl_win.cpp
index bd8569a..217b0fc 100644
--- a/src/opengl/qgl_win.cpp
+++ b/src/opengl/qgl_win.cpp
@@ -884,19 +884,9 @@ static bool qLogEq(bool a, bool b)
return (((!a) && (!b)) || (a && b));
}
-/*!
- \bold{Win32 only:} This virtual function chooses a pixel
- format that matches the OpenGL \link setFormat() format\endlink.
- Reimplement this function in a subclass if you need a custom
- context.
-
- \warning The \a dummyPfd pointer and \a pdc are used as a \c
- PIXELFORMATDESCRIPTOR*. We use \c void to avoid using
- Windows-specific types in our header files.
-
- \sa chooseContext()
-*/
-
+/*
+ See qgl.cpp for qdoc comment.
+ */
int QGLContext::choosePixelFormat(void* dummyPfd, HDC pdc)
{
Q_D(QGLContext);