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