summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2010-02-05 16:24:53 (GMT)
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2010-02-05 16:24:53 (GMT)
commit50a668e62739c715dcd4f001b659ff25f71cc9c4 (patch)
tree491d2eef2dfd4f4f9496d6ca9610fc1676967120
parentf85b35d5b8a005e2d7128c203f7402750b94e1da (diff)
downloadQt-50a668e62739c715dcd4f001b659ff25f71cc9c4.zip
Qt-50a668e62739c715dcd4f001b659ff25f71cc9c4.tar.gz
Qt-50a668e62739c715dcd4f001b659ff25f71cc9c4.tar.bz2
Remove redundant friend declaration for QPainterPrivate in QPainter
This is already included in the Q_DECLARE_PRIVATE macro.
-rw-r--r--src/gui/painting/qpainter.h1
1 files changed, 0 insertions, 1 deletions
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)