summaryrefslogtreecommitdiffstats
path: root/src/opengl/qglpaintdevice_p.h
diff options
context:
space:
mode:
authorTom Cooksey <thomas.cooksey@nokia.com>2010-04-20 09:09:32 (GMT)
committerTom Cooksey <thomas.cooksey@nokia.com>2010-04-22 14:33:03 (GMT)
commit4cb45486f952f5d9df7a2d954073bdbc5c5ee893 (patch)
tree41b9ffc39e7fae36b7912d3eabbae5f9d438c5e5 /src/opengl/qglpaintdevice_p.h
parente602ea2a7eee7ec427ba3faa7c450a29a75fb98b (diff)
downloadQt-4cb45486f952f5d9df7a2d954073bdbc5c5ee893.zip
Qt-4cb45486f952f5d9df7a2d954073bdbc5c5ee893.tar.gz
Qt-4cb45486f952f5d9df7a2d954073bdbc5c5ee893.tar.bz2
Implement QGLPaintDevice::metric()
Reviewed-By: TrustMe
Diffstat (limited to 'src/opengl/qglpaintdevice_p.h')
-rw-r--r--src/opengl/qglpaintdevice_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opengl/qglpaintdevice_p.h b/src/opengl/qglpaintdevice_p.h
index 3d669da..04f9c3c 100644
--- a/src/opengl/qglpaintdevice_p.h
+++ b/src/opengl/qglpaintdevice_p.h
@@ -81,6 +81,7 @@ public:
static QGLPaintDevice* getDevice(QPaintDevice*);
protected:
+ int metric(QPaintDevice::PaintDeviceMetric metric) const;
GLuint m_previousFBO;
GLuint m_thisFBO;
};