hunspell diabled

This commit is contained in:
Uwe Rathmann 2018-04-23 14:39:34 +02:00
parent 688ea07c02
commit 745b704ba8

View File

@ -24,7 +24,7 @@ public:
{
auto context = new QskInputContext();
#if 1
#if 0
context->setCompositionModel( QLocale(),
new QskHunspellCompositionModel( this ) );
#endif