diff options
author | Martin Smith <msmith@trolltech.com> | 2009-11-16 12:43:15 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-11-16 12:45:09 (GMT) |
commit | d65bff4c94fb11bbad02420459a9375621051823 (patch) | |
tree | 4d47f88a209202d10efc7738f93cb53a54e503d9 /src/gui/effects | |
parent | d99137fe4bbef299a52c375717e6925457f34ac2 (diff) | |
download | Qt-d65bff4c94fb11bbad02420459a9375621051823.zip Qt-d65bff4c94fb11bbad02420459a9375621051823.tar.gz Qt-d65bff4c94fb11bbad02420459a9375621051823.tar.bz2 |
doc: Fixed qdoc according to Bjarne's recommendation.
Someone had changed an operator==() and an operator!=() from
single parameter members to two-parameter friends but hadn't
changed the qdoc comments.
Diffstat (limited to 'src/gui/effects')
-rw-r--r-- | src/gui/effects/qgraphicseffect.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/gui/effects/qgraphicseffect.cpp b/src/gui/effects/qgraphicseffect.cpp index 3fca319..239e29c 100644 --- a/src/gui/effects/qgraphicseffect.cpp +++ b/src/gui/effects/qgraphicseffect.cpp @@ -135,19 +135,6 @@ QT_BEGIN_NAMESPACE */ /*! - \enum QGraphicsEffectSource::PixmapPadMode - - This enum describes how much of the effect will be rendered to a pixmap - created using the pixmap() function. - - \value NoExpandPadMode The pixmap is the size of the widget or graphics item. - \value ExpandToTransparentBorderPadMode The pixmap is expanded to include - the widget or graphics item plus a transparent border. - \value ExpandToEffectRectPadMode The pixmap is expanded to include the widget - or graphics item and the effect. -*/ - -/*! \internal */ QGraphicsEffectSource::QGraphicsEffectSource(QGraphicsEffectSourcePrivate &dd, QObject *parent) |