diff options
author | Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com> | 2010-02-05 16:24:53 (GMT) |
---|---|---|
committer | Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com> | 2010-02-05 16:24:53 (GMT) |
commit | 50a668e62739c715dcd4f001b659ff25f71cc9c4 (patch) | |
tree | 491d2eef2dfd4f4f9496d6ca9610fc1676967120 /src/gui/painting/qpainter.h | |
parent | f85b35d5b8a005e2d7128c203f7402750b94e1da (diff) | |
download | Qt-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.
Diffstat (limited to 'src/gui/painting/qpainter.h')
-rw-r--r-- | src/gui/painting/qpainter.h | 1 |
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) |