src/gui/painting/qpainterpath.h
changeset 30 5dc02b23752f
parent 18 2f34d5167611
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
   286     qreal dashOffset() const;
   286     qreal dashOffset() const;
   287 
   287 
   288     QPainterPath createStroke(const QPainterPath &path) const;
   288     QPainterPath createStroke(const QPainterPath &path) const;
   289 
   289 
   290 private:
   290 private:
       
   291     Q_DISABLE_COPY(QPainterPathStroker)
       
   292 
   291     friend class QX11PaintEngine;
   293     friend class QX11PaintEngine;
   292 
   294 
   293     QScopedPointer<QPainterPathStrokerPrivate> d_ptr;
   295     QScopedPointer<QPainterPathStrokerPrivate> d_ptr;
   294 };
   296 };
   295 
   297