From 4409cee0cfd352236f01227d353c4b77e83833bc Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Wed, 19 Dec 2018 10:01:26 +0100 Subject: [PATCH] typo fixed --- src/controls/QskShortcutMap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controls/QskShortcutMap.cpp b/src/controls/QskShortcutMap.cpp index b32bffbc..ee52d23b 100644 --- a/src/controls/QskShortcutMap.cpp +++ b/src/controls/QskShortcutMap.cpp @@ -69,7 +69,7 @@ static bool qskContextMatcher( QObject* object, Qt::ShortcutContext context ) if ( QskShortcutMap::contextMatcher( item, context ) ) { /* - Unfortunatley there is no way to have to know about + Unfortunatley there is no way to know about the contextItem without making it the receiver of the following QShortcutEvent. So we have to install an event handler to process and swallow it in QskShortcutHandler.