typo fixed

This commit is contained in:
Uwe Rathmann 2018-12-19 10:01:26 +01:00
parent 16c21fa4e0
commit 4409cee0cf

View File

@ -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.