summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qkeysequence.cpp
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2009-05-25 20:00:12 +0200
committerDavid Boddie <dboddie@trolltech.com>2009-05-25 20:00:12 +0200
commit152d5fb2d97432d92b6b84e6e81c0236d278ac5d (patch)
tree35f768b8c557b6982fa65cd14f6d1e4a9e901dee /src/gui/kernel/qkeysequence.cpp
parent4bee6cac20b52761f39b139c61d5861fe7b68c6f (diff)
Doc: Removed documentation about the non-existent
QKeyEvent::standardKey() function. Task-number: 254074 Reviewed-by: Trust Me
Diffstat (limited to 'src/gui/kernel/qkeysequence.cpp')
-rw-r--r--src/gui/kernel/qkeysequence.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/kernel/qkeysequence.cpp b/src/gui/kernel/qkeysequence.cpp
index 352d26a659..3bcf9e3658 100644
--- a/src/gui/kernel/qkeysequence.cpp
+++ b/src/gui/kernel/qkeysequence.cpp
@@ -629,8 +629,6 @@ const uint QKeySequencePrivate::numberOfKeyBindings = sizeof(QKeySequencePrivate
This enum represent standard key bindings. They can be used to
assign platform dependent keyboard shortcuts to a QAction.
- QKeyEvent also provides the function QKeyEvent::standardKey() to
- query if it matches an existing key binding.
Note that the key bindings are platform dependent. The currently
bound shortcuts can be queried using keyBindings().