summaryrefslogtreecommitdiffstats
path: root/src/declarative/opengl/gltexture.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-06-09 04:59:16 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-06-09 04:59:16 (GMT)
commitedd535defde42cf4b57c6144b6ba8a0607363d5e (patch)
treed77e95ab7335f3af8feb1b60a440df3b49504386 /src/declarative/opengl/gltexture.h
parenta276e872e83e0c2f04a367299580ef787b6efc51 (diff)
downloadQt-edd535defde42cf4b57c6144b6ba8a0607363d5e.zip
Qt-edd535defde42cf4b57c6144b6ba8a0607363d5e.tar.gz
Qt-edd535defde42cf4b57c6144b6ba8a0607363d5e.tar.bz2
Fix OpenGL texture access issues
Diffstat (limited to 'src/declarative/opengl/gltexture.h')
-rw-r--r--src/declarative/opengl/gltexture.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/opengl/gltexture.h b/src/declarative/opengl/gltexture.h
index d301d8a..c08d68f 100644
--- a/src/declarative/opengl/gltexture.h
+++ b/src/declarative/opengl/gltexture.h
@@ -77,6 +77,7 @@ public:
int height() const;
qreal glWidth() const;
qreal glHeight() const;
+ QSize glSize() const;
QSize size() const;
void setSize(const QSize &);