Sonnet
kspell_hunspelldict.cpp
Go to the documentation of this file.
36 m_speller = new Hunspell(QString("/usr/share/myspell/dicts/%1.aff").arg(lang).toUtf8().constData(),dic.toUtf8().constData());
static QDebug kDebug(bool cond, int area=KDE_DEFAULT_DEBUG_AREA)
QString fromUtf8(const char *str, int size)
virtual bool storeReplacement(const QString &bad, const QString &good)
Definition: kspell_hunspelldict.cpp:74
const char * constData() const
virtual QStringList suggest(const QString &word) const
Definition: kspell_hunspelldict.cpp:58
virtual bool isCorrect(const QString &word) const
Definition: kspell_hunspelldict.cpp:48
virtual bool addToSession(const QString &word)
Definition: kspell_hunspelldict.cpp:91
virtual bool addToPersonal(const QString &word)
Definition: kspell_hunspelldict.cpp:83
QString arg(qlonglong a, int fieldWidth, int base, const QChar &fillChar) const
QByteArray toUtf8() const
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:40 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:40 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.