diff options
author | Martin Smith <msmith@trolltech.com> | 2009-09-15 10:05:50 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-09-15 10:07:10 (GMT) |
commit | f60e8c21c1d031daa8984461f9e5a6988e3ce2e7 (patch) | |
tree | e179d3d31ece2dcd938287b189316cd26e88ad0b /src/gui/effects/qgraphicseffect.cpp | |
parent | 4a7e5c25339a7d52cbcd7d4c6ff792f7d991a70c (diff) | |
download | Qt-f60e8c21c1d031daa8984461f9e5a6988e3ce2e7.zip Qt-f60e8c21c1d031daa8984461f9e5a6988e3ce2e7.tar.gz Qt-f60e8c21c1d031daa8984461f9e5a6988e3ce2e7.tar.bz2 |
doc: Fixed some qdoc errors.
Diffstat (limited to 'src/gui/effects/qgraphicseffect.cpp')
-rw-r--r-- | src/gui/effects/qgraphicseffect.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/gui/effects/qgraphicseffect.cpp b/src/gui/effects/qgraphicseffect.cpp index 26489c5..c0877a4 100644 --- a/src/gui/effects/qgraphicseffect.cpp +++ b/src/gui/effects/qgraphicseffect.cpp @@ -493,6 +493,12 @@ void QGraphicsGrayscaleEffect::setStrength(qreal strength) emit strengthChanged(strength); } +/*! \fn void QGraphicsGrayscaleEffect::strengthChanged(qreal strength) + This signal is emitted whenever setStrength() changes the grayscale + strength property. \a strength contains the new strength value of + the grayscale effect. + */ + /*! \reimp */ @@ -602,6 +608,12 @@ void QGraphicsColorizeEffect::setStrength(qreal strength) emit strengthChanged(strength); } +/*! \fn void QGraphicsColorizeEffect::strengthChanged(qreal strength) + This signal is emitted whenever setStrength() changes the colorize + strength property. \a strength contains the new strength value of + the colorize effect. + */ + /*! \fn void QGraphicsColorizeEffect::colorChanged(const QColor &color) |