aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniel d'Andrada <daniel.dandrada@nokia.com>2010-09-23 08:53:45 +0300
committerDaniel d'Andrada <daniel.dandrada@nokia.com>2010-09-23 08:55:04 +0300
commit4f85c01ca9ee8f30c50c82a50d42fa28975a1930 (patch)
tree31742e487419b6e82eeb157fda60f8a0206906ed /doc
parentdf956162f7b9a54b0f676d170b277e4ad3926049 (diff)
Changes: rotation.dox - Try to fix function link
RevBy: TrustMe
Diffstat (limited to 'doc')
-rw-r--r--doc/src/rotation.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/rotation.dox b/doc/src/rotation.dox
index 192408ed..61227d5d 100644
--- a/doc/src/rotation.dox
+++ b/doc/src/rotation.dox
@@ -72,7 +72,7 @@ If a device has a hardware keyboard, its set of allowed angles will also depend
To check whether a given orientation angle is supported by the host device (i.e., makes sense for it) you can use the following method:
-MDeviceProfile::orientationAngleIsSupported(angle, isKeyboardOpen);
+bool MDeviceProfile::orientationAngleIsSupported(M::OrientationAngle angle, bool isKeyboardOpen);
\section rotation_deviceorientation Following (or not) the orientation of the host device