changeset 5 | 453da2cfceef |
parent 4 | 90517678cc4f |
child 8 | 71781823f776 |
4:90517678cc4f | 5:453da2cfceef |
---|---|
83 return d->azimuth; |
83 return d->azimuth; |
84 } |
84 } |
85 |
85 |
86 /*! |
86 /*! |
87 Sets the \a azimuth of the device. |
87 Sets the \a azimuth of the device. |
88 |
|
89 \sa {QCompassReading Units} |
|
88 */ |
90 */ |
89 void QCompassReading::setAzimuth(qreal azimuth) |
91 void QCompassReading::setAzimuth(qreal azimuth) |
90 { |
92 { |
91 d->azimuth = azimuth; |
93 d->azimuth = azimuth; |
92 } |
94 } |