diff options
author | Gunnar Sletta <gunnar@trolltech.com> | 2009-07-28 09:55:18 (GMT) |
---|---|---|
committer | Gunnar Sletta <gunnar@trolltech.com> | 2009-07-28 14:45:45 (GMT) |
commit | 1d81d6c163bad6ffe2914ee7e7cc71bb25cb5181 (patch) | |
tree | d52a5833a666672a799b491b8f3a1e79af3ccdf5 /src/gui/painting/qvectorpath_p.h | |
parent | e70af37dba3defc0f1b0a08cb5770d3662f3f0ec (diff) | |
download | Qt-1d81d6c163bad6ffe2914ee7e7cc71bb25cb5181.zip Qt-1d81d6c163bad6ffe2914ee7e7cc71bb25cb5181.tar.gz Qt-1d81d6c163bad6ffe2914ee7e7cc71bb25cb5181.tar.bz2 |
Added QVectorPath::convertToPainterPath() for future convenience
Diffstat (limited to 'src/gui/painting/qvectorpath_p.h')
-rw-r--r-- | src/gui/painting/qvectorpath_p.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/painting/qvectorpath_p.h b/src/gui/painting/qvectorpath_p.h index b6b85fa..9264c9c 100644 --- a/src/gui/painting/qvectorpath_p.h +++ b/src/gui/painting/qvectorpath_p.h @@ -130,6 +130,8 @@ public: static inline uint polygonFlags(QPaintEngine::PolygonDrawMode mode); + QPainterPath convertToPainterPath() const; + private: Q_DISABLE_COPY(QVectorPath) |