diff options
Diffstat (limited to 'src/openvg/qwindowsurface_vg_p.h')
-rw-r--r-- | src/openvg/qwindowsurface_vg_p.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/openvg/qwindowsurface_vg_p.h b/src/openvg/qwindowsurface_vg_p.h index 06b16d0..2d6b4f9 100644 --- a/src/openvg/qwindowsurface_vg_p.h +++ b/src/openvg/qwindowsurface_vg_p.h @@ -78,6 +78,8 @@ public: QPaintEngine *paintEngine() const; + bool hasStaticContentsSupport() const; + protected: int metric(PaintDeviceMetric metric) const; |