diff options
author | David Boddie <dboddie@trolltech.com> | 2010-06-18 13:42:08 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2010-06-18 13:42:08 (GMT) |
commit | 749f153aacf60e085231bb3d0bf264f39eaebb82 (patch) | |
tree | 212dd513daccee41dca4a581bb53df1ad1a4d1ed /src/corelib/global | |
parent | 9e7f0b9e45cef278c8874539257b4038a0aa6615 (diff) | |
download | Qt-749f153aacf60e085231bb3d0bf264f39eaebb82.zip Qt-749f153aacf60e085231bb3d0bf264f39eaebb82.tar.gz Qt-749f153aacf60e085231bb3d0bf264f39eaebb82.tar.bz2 |
Doc: Fixed documentation errors.
Reviewed-by: Trust Me
Diffstat (limited to 'src/corelib/global')
-rw-r--r-- | src/corelib/global/qnamespace.qdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc index abbc03e..4faedc9 100644 --- a/src/corelib/global/qnamespace.qdoc +++ b/src/corelib/global/qnamespace.qdoc @@ -1743,7 +1743,7 @@ \value Key_MediaLast \value Key_unknown - \value Key_Call A key to answer or initiate a call (\see Key_ToggleCallHangup for a key to toggle current call state) + \value Key_Call A key to answer or initiate a call (see \l Key_ToggleCallHangup for a key to toggle current call state) \value Key_Camera A key to activate the camera shutter \value Key_CameraFocus A key to focus the camera \value Key_Context1 @@ -1751,7 +1751,7 @@ \value Key_Context3 \value Key_Context4 \value Key_Flip - \value Key_Hangup A key to end an ongoing call (\see Key_ToggleCallHangup for a key to toggle current call state) + \value Key_Hangup A key to end an ongoing call (see \l Key_ToggleCallHangup for a key to toggle current call state) \value Key_No \value Key_Select \value Key_Yes |