src/gui/painting/qpainterpath.h
changeset 30 5dc02b23752f
parent 18 2f34d5167611
--- a/src/gui/painting/qpainterpath.h	Wed Jun 23 19:07:03 2010 +0300
+++ b/src/gui/painting/qpainterpath.h	Tue Jul 06 15:10:48 2010 +0300
@@ -288,6 +288,8 @@
     QPainterPath createStroke(const QPainterPath &path) const;
 
 private:
+    Q_DISABLE_COPY(QPainterPathStroker)
+
     friend class QX11PaintEngine;
 
     QScopedPointer<QPainterPathStrokerPrivate> d_ptr;