diff options
| author | Jonas Kvinge <jonas@jkvinge.net> | 2021-10-09 17:19:14 +0200 |
|---|---|---|
| committer | Jonas Kvinge <jonas@jkvinge.net> | 2021-10-12 12:52:02 +0200 |
| commit | 13b5c269d6f4ce7936e01b11441aaa3045125d94 (patch) | |
| tree | e70131111dc36564a808750ce209ee97f6b38211 /src/gui/kernel/qshortcutmap.cpp | |
| parent | 30613163ba74642b66a90458b094d066162b7772 (diff) | |
gui: Fix typos in documentation
Pick-to: 5.15 6.2
Change-Id: I533f5a55cd0cd60a76990b552d7dab51a301ac1c
Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
Diffstat (limited to 'src/gui/kernel/qshortcutmap.cpp')
| -rw-r--r-- | src/gui/kernel/qshortcutmap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qshortcutmap.cpp b/src/gui/kernel/qshortcutmap.cpp index cf729d28c4c..61bde9a999e 100644 --- a/src/gui/kernel/qshortcutmap.cpp +++ b/src/gui/kernel/qshortcutmap.cpp @@ -396,7 +396,7 @@ QKeySequence::SequenceMatch QShortcutMap::nextState(QKeyEvent *e) /*! \internal - Determines if an enabled shortcut has a matcing key sequence. + Determines if an enabled shortcut has a matching key sequence. */ bool QShortcutMap::hasShortcutForKeySequence(const QKeySequence &seq) const { |
