diff options
author | Martin Smith <msmith@trolltech.com> | 2010-03-09 11:04:59 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-03-09 11:04:59 (GMT) |
commit | 8c904712aa658dd0dd405b64913b8e6ade17f3df (patch) | |
tree | c9caa1359d5a48058f59d6a7ed961039d4abe027 /src/corelib/tools/qeasingcurve.cpp | |
parent | fcb912dfa85ab1045c08a0c5bee6bc4e84c90ef2 (diff) | |
download | Qt-8c904712aa658dd0dd405b64913b8e6ade17f3df.zip Qt-8c904712aa658dd0dd405b64913b8e6ade17f3df.tar.gz Qt-8c904712aa658dd0dd405b64913b8e6ade17f3df.tar.bz2 |
doc: Fixed several qdoc errors.
Diffstat (limited to 'src/corelib/tools/qeasingcurve.cpp')
-rw-r--r-- | src/corelib/tools/qeasingcurve.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/tools/qeasingcurve.cpp b/src/corelib/tools/qeasingcurve.cpp index d4b2c27..9c65d5d 100644 --- a/src/corelib/tools/qeasingcurve.cpp +++ b/src/corelib/tools/qeasingcurve.cpp @@ -877,8 +877,8 @@ QDataStream &operator<<(QDataStream &stream, const QEasingCurve &easing) \fn QDataStream &operator>>(QDataStream &stream, QEasingCurve &easing) \relates QQuaternion - Reads an easing curve from the given \a stream into the given \a quaternion - and returns a reference to the stream. + Reads an easing curve from the given \a stream into the given \a + easing curve and returns a reference to the stream. \sa {Format of the QDataStream Operators} */ |