D14987: hunspell: Restore build with hunspell <=v1.5.0
David Faure
noreply at phabricator.kde.org
Wed Aug 22 09:14:21 BST 2018
dfaure accepted this revision.
dfaure added inline comments.
This revision is now accepted and ready to land.
INLINE COMMENTS
> hunspelldict.cpp:130
> + int nbWord = m_speller->suggest(&selection, toDictEncoding(word).constData());
> + for (int i = 0; i < nbWord; ++i) {
> + lst << m_codec->toUnicode(selection[i]);
lst.reserve(nbWord);
REPOSITORY
R246 Sonnet
BRANCH
master
REVISION DETAIL
https://phabricator.kde.org/D14987
To: kfunk, rjvbb, dfaure, mlaurent
Cc: kde-frameworks-devel, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20180822/d5afe8dc/attachment-0001.html>
More information about the Kde-frameworks-devel
mailing list