summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2016-10-17 12:55:22 +0200
committerMichal Klocek <michal.klocek@qt.io>2016-10-29 12:27:33 +0000
commit05df6e5f4af76f10a6dc5884c1aa1599a2d7a486 (patch)
treee3cbbbb513c1d4237f9083d1a084b99ee4a7ca74 /src
parent824f35baf639ae6db8e2e732b0ab8d3fbbf73994 (diff)
Fix missing patch from 49-based for spellchecking
Add dictionary loading error handling, do not download dictionaries from google. Change-Id: I00ad7189f85d7eab07f7d8c6e3e9610d510971ff Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'src')
m---------src/3rdparty0
-rw-r--r--src/core/browser_context_qt.h2
2 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty b/src/3rdparty
-Subproject f3ce802c71aeaeb7dd218180a3bc5c6ac63b445
+Subproject f5a732820b31651bafc60cd64f85b85c7f82532
diff --git a/src/core/browser_context_qt.h b/src/core/browser_context_qt.h
index 41a85b1b0..c3528871f 100644
--- a/src/core/browser_context_qt.h
+++ b/src/core/browser_context_qt.h
@@ -101,7 +101,7 @@ public:
BrowserContextAdapter *adapter() { return m_adapter; }
#if defined(ENABLE_SPELLCHECK)
- void failedToLoadDictionary(const std::string& language);
+ void failedToLoadDictionary(const std::string& language) override;
void setSpellCheckLanguage(const QString &language);
QString spellCheckLanguage() const;
void setSpellCheckEnabled(bool enabled);