warnings fixed

This commit is contained in:
Uwe Rathmann 2019-03-09 16:18:11 +01:00
parent 63ee61879d
commit 8d61ca0d62
2 changed files with 2 additions and 5 deletions

View File

@ -20,10 +20,10 @@
namespace namespace
{ {
class InputContextFactory : public QskInputContextFactory class InputContextFactory final : public QskInputContextFactory
{ {
public: public:
virtual QskTextPredictor* createPredictor( const QLocale& locale ) const QskTextPredictor* createPredictor( const QLocale& locale ) const override
{ {
#if HUNSPELL #if HUNSPELL
/* /*

View File

@ -10,9 +10,6 @@ TARGET = $$qskLibraryTarget(qskinputcontext)
QT += quick gui-private QT += quick gui-private
CONFIG += no_private_qt_headers_warning CONFIG += no_private_qt_headers_warning
# disable warnings for 3rdparty libs only TODO
CONFIG += warn_off
# CONFIG += pinyin # CONFIG += pinyin
# CONFIG += hunspell # CONFIG += hunspell