diff options
author | Bjørn Erik Nilsen <bjorn.nilsen@nokia.com> | 2009-08-25 12:15:50 (GMT) |
---|---|---|
committer | Bjørn Erik Nilsen <bjorn.nilsen@nokia.com> | 2009-08-25 12:15:50 (GMT) |
commit | 7b6aa6a27096543cbc6bd23253b949de49c37023 (patch) | |
tree | 53dd3a9a1898d65428b8ae6ae51fcaf5a96ef5d1 /src | |
parent | b9ea05481c1628a701910f3749db12e785d5229c (diff) | |
download | Qt-7b6aa6a27096543cbc6bd23253b949de49c37023.zip Qt-7b6aa6a27096543cbc6bd23253b949de49c37023.tar.gz Qt-7b6aa6a27096543cbc6bd23253b949de49c37023.tar.bz2 |
doc: qdoc warning about signal not found.
QPoint -> QPointF
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/effects/qgraphicseffect.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/effects/qgraphicseffect.cpp b/src/gui/effects/qgraphicseffect.cpp index ab02999..fbd53b0 100644 --- a/src/gui/effects/qgraphicseffect.cpp +++ b/src/gui/effects/qgraphicseffect.cpp @@ -762,7 +762,7 @@ void QGraphicsDropShadowEffect::setOffset(const QPointF &offset) } /*! - \fn void QGraphicsDropShadowEffect::offsetChanged(const QPoint &offset) + \fn void QGraphicsDropShadowEffect::offsetChanged(const QPointF &offset) This signal is emitted whenever the effect's shadow offset changes. */ |