#include <QtGui/qpainterpath.h>
#ifndef QPAINTERPATH_H
class QPainterPathPrivate{
private: class QAtomic ref;
private: class QVector < class QPainterPath::Element > elements;
friend class QPainterPath;
friend struct QPainterPathData;
friend class QPainterPathStroker;
friend struct QPainterPathStrokerPrivate;
friend class QMatrix;
friend struct QDataStream& operator <<(struct QDataStream&, class QPainterPath const &);
friend struct QDataStream& operator >>(struct QDataStream&, class QPainterPath&);
};
#endif // QPAINTERPATH_H