diff options
author | artoka <arto.katajasalo@digia.com> | 2011-11-01 12:47:11 (GMT) |
---|---|---|
committer | Casper van Donderen <casper.vandonderen@nokia.com> | 2011-11-01 13:10:18 (GMT) |
commit | adc3ba426acee1c27e8f62c418b5d458784dbefa (patch) | |
tree | 6e0f7ae8978611c1c2192f23f552364f8ed48a3a /src/s60main | |
parent | f0c52aaa9cbb8688b2880faf61c4d589d17bc3cb (diff) | |
download | Qt-adc3ba426acee1c27e8f62c418b5d458784dbefa.zip Qt-adc3ba426acee1c27e8f62c418b5d458784dbefa.tar.gz Qt-adc3ba426acee1c27e8f62c418b5d458784dbefa.tar.bz2 |
Fix multiple typos in QLineF documentation.
QLineF::angleTo, QLineF::setLength(), QLineF::dx() and QLineF::dy()
were missing detailed information
QLineF::angleTo - method returns the angle of two lines compared to
each other. Documentation stated that the return value is in degrees.
This fix adds specific information that the return value (angle)
is returned in _positive_ degrees. setLength()-method missed
information whether the angle is also changed if the given length
is negative. Added mention that angle is also changed. dx() and dy()
didn't mention whether the return value is negative or positive.
Added mention that positive if p2()>=p1() else negative.
Task-numbers: QTBUG-14759, QTBUG-14756, QTBUG-14677
Merge-request: 2698
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/s60main')
0 files changed, 0 insertions, 0 deletions