diff options
author | Martin Smith <msmith@trolltech.com> | 2009-06-11 15:21:44 +0200 |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-06-11 15:22:27 +0200 |
commit | 26f55ab3ebbb7d1aa7a218cc3373224acc482c56 (patch) | |
tree | ffad91de8c74109aa88251c7a0d029550fe0144a /src/gui/painting/qpainterpath.cpp | |
parent | dc802d17d998b62546de0a9725535202d7cbf9e4 (diff) | |
download | qt4-tools-26f55ab3ebbb7d1aa7a218cc3373224acc482c56.tar.gz |
doc: Fixed several qdoc warnings.
Diffstat (limited to 'src/gui/painting/qpainterpath.cpp')
-rw-r--r-- | src/gui/painting/qpainterpath.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/painting/qpainterpath.cpp b/src/gui/painting/qpainterpath.cpp index e1bb3175b0..2f3a0cb62e 100644 --- a/src/gui/painting/qpainterpath.cpp +++ b/src/gui/painting/qpainterpath.cpp @@ -2049,7 +2049,7 @@ QPainterPath QPainterPath::translated(qreal dx, qreal dy) const } /*! - \fn void QPainterPath::translated(const QPointF &offset) + \fn QPainterPath QPainterPath::translated(const QPointF &offset) const; \overload \since 4.6 |