aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scenegraph/openvg/qopenvgoffscreensurface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/scenegraph/openvg/qopenvgoffscreensurface.h')
-rw-r--r--src/plugins/scenegraph/openvg/qopenvgoffscreensurface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/scenegraph/openvg/qopenvgoffscreensurface.h b/src/plugins/scenegraph/openvg/qopenvgoffscreensurface.h
index 833c9669bf..746e4de1cd 100644
--- a/src/plugins/scenegraph/openvg/qopenvgoffscreensurface.h
+++ b/src/plugins/scenegraph/openvg/qopenvgoffscreensurface.h
@@ -57,6 +57,8 @@ public:
VGImage image() { return m_image; }
QSize size() const { return m_size; }
+ QImage readbackQImage();
+
private:
VGImage m_image;
QSize m_size;