warnings fixed
This commit is contained in:
parent
63ee61879d
commit
8d61ca0d62
@ -20,10 +20,10 @@
|
||||
|
||||
namespace
|
||||
{
|
||||
class InputContextFactory : public QskInputContextFactory
|
||||
class InputContextFactory final : public QskInputContextFactory
|
||||
{
|
||||
public:
|
||||
virtual QskTextPredictor* createPredictor( const QLocale& locale ) const
|
||||
QskTextPredictor* createPredictor( const QLocale& locale ) const override
|
||||
{
|
||||
#if HUNSPELL
|
||||
/*
|
||||
|
@ -10,9 +10,6 @@ TARGET = $$qskLibraryTarget(qskinputcontext)
|
||||
QT += quick gui-private
|
||||
CONFIG += no_private_qt_headers_warning
|
||||
|
||||
# disable warnings for 3rdparty libs only TODO
|
||||
CONFIG += warn_off
|
||||
|
||||
# CONFIG += pinyin
|
||||
# CONFIG += hunspell
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user