equal
deleted
inserted
replaced
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 |