diff options
Diffstat (limited to 'src/opengl/qopenglframebufferobject.h')
-rw-r--r-- | src/opengl/qopenglframebufferobject.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/opengl/qopenglframebufferobject.h b/src/opengl/qopenglframebufferobject.h index da3347eaec0..9351f6f1a6c 100644 --- a/src/opengl/qopenglframebufferobject.h +++ b/src/opengl/qopenglframebufferobject.h @@ -100,13 +100,13 @@ public: int height() const { return size().height(); } GLuint texture() const; - QVector<GLuint> textures() const; + QList<GLuint> textures() const; GLuint takeTexture(); GLuint takeTexture(int colorAttachmentIndex); QSize size() const; - QVector<QSize> sizes() const; + QList<QSize> sizes() const; QImage toImage() const; QImage toImage(bool flipped) const; |