summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qvectorpath_p.h
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar@trolltech.com>2009-07-28 09:55:18 (GMT)
committerGunnar Sletta <gunnar@trolltech.com>2009-07-28 14:45:45 (GMT)
commit1d81d6c163bad6ffe2914ee7e7cc71bb25cb5181 (patch)
treed52a5833a666672a799b491b8f3a1e79af3ccdf5 /src/gui/painting/qvectorpath_p.h
parente70af37dba3defc0f1b0a08cb5770d3662f3f0ec (diff)
downloadQt-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.h2
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)