From 50a668e62739c715dcd4f001b659ff25f71cc9c4 Mon Sep 17 00:00:00 2001 From: Eskil Abrahamsen Blomfeldt Date: Fri, 5 Feb 2010 17:24:53 +0100 Subject: Remove redundant friend declaration for QPainterPrivate in QPainter This is already included in the Q_DECLARE_PRIVATE macro. --- src/gui/painting/qpainter.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/painting/qpainter.h b/src/gui/painting/qpainter.h index 088a973..ffddcba 100644 --- a/src/gui/painting/qpainter.h +++ b/src/gui/painting/qpainter.h @@ -522,7 +522,6 @@ private: friend class QRasterPaintEngine; friend class QAlphaPaintEngine; friend class QPreviewPaintEngine; - friend class QPainterPrivate; }; Q_DECLARE_OPERATORS_FOR_FLAGS(QPainter::RenderHints) -- cgit v0.12