diff options
author | Jason Barron <jbarron@trolltech.com> | 2009-10-19 13:39:39 (GMT) |
---|---|---|
committer | Jason Barron <jbarron@trolltech.com> | 2009-10-19 13:41:46 (GMT) |
commit | e903578b7c970dd730b73a7eac711d812fefc43e (patch) | |
tree | 487849046d360fd49fc366ac0b1ed71481dce476 /src/gui/kernel | |
parent | dbf8da3f2e56c13a3edf0cd89a3a8596df298e29 (diff) | |
download | Qt-e903578b7c970dd730b73a7eac711d812fefc43e.zip Qt-e903578b7c970dd730b73a7eac711d812fefc43e.tar.gz Qt-e903578b7c970dd730b73a7eac711d812fefc43e.tar.bz2 |
Fix doc error.
Should *not* be used as a softkey.
Reviewed-by: TrustMe
Diffstat (limited to 'src/gui/kernel')
-rw-r--r-- | src/gui/kernel/qaction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qaction.cpp b/src/gui/kernel/qaction.cpp index 6a6e549..5f5650f 100644 --- a/src/gui/kernel/qaction.cpp +++ b/src/gui/kernel/qaction.cpp @@ -276,7 +276,7 @@ void QActionPrivate::setShortcutEnabled(bool enable, QShortcutMap &map) This enum describes how an action should be placed in the softkey bar. Currently this enum only has an effect on the Symbian platform. - \value NoSoftKey This action should be used as a softkey + \value NoSoftKey This action should not be used as a softkey \value PositiveSoftKey This action is used to describe a softkey with a positive or non-destructive role such as Ok, Select, or Options. \value NegativeSoftKey This action is used to describe a soft ey with a negative or destructive role |