summaryrefslogtreecommitdiff
path: root/src/openvg/qvgimagepool_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/openvg/qvgimagepool_p.h')
-rw-r--r--src/openvg/qvgimagepool_p.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/openvg/qvgimagepool_p.h b/src/openvg/qvgimagepool_p.h
index e4fd4e10da..07c57bf44a 100644
--- a/src/openvg/qvgimagepool_p.h
+++ b/src/openvg/qvgimagepool_p.h
@@ -69,6 +69,10 @@ public:
static QVGImagePool *instance();
+ // This function can be used from system-specific graphics system
+ // plugins to alter the image allocation strategy.
+ static void setImagePool(QVGImagePool *pool);
+
// Create a new VGImage from the pool with the specified parameters
// that is not associated with a pixmap. The VGImage is returned to
// the pool when releaseImage() is called.