diff options
author | Samuel Rødal <[email protected]> | 2011-10-10 14:56:30 +0200 |
---|---|---|
committer | Qt by Nokia <[email protected]> | 2011-10-10 16:54:52 +0200 |
commit | d45502c2aa69fdb0b97c33de2bcc2ae6986f2e4f (patch) | |
tree | 49b0a19be55fa20cda3df42af54c6e8f58dab83a /src/gui/opengl/qopenglframebufferobject.h | |
parent | 0e611c34d76b74ad7c4a610ea6593eae0f1fbfa8 (diff) |
Fixed some doc errors in QOpenGLFramebufferObject.
Change-Id: Ic132bc31f87900a492a80767aa247c71c48c4a10
Reviewed-on: http://codereview.qt-project.org/6334
Sanity-Review: Qt Sanity Bot <[email protected]>
Reviewed-by: Casper van Donderen <[email protected]>
Diffstat (limited to 'src/gui/opengl/qopenglframebufferobject.h')
-rw-r--r-- | src/gui/opengl/qopenglframebufferobject.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/opengl/qopenglframebufferobject.h b/src/gui/opengl/qopenglframebufferobject.h index 17ee74aa94b..8a57784f4f2 100644 --- a/src/gui/opengl/qopenglframebufferobject.h +++ b/src/gui/opengl/qopenglframebufferobject.h @@ -100,7 +100,6 @@ public: QImage toImage() const; Attachment attachment() const; - QPaintEngine *paintEngine() const; GLuint handle() const; static bool bindDefault(); |