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)
virtual bool storeReplacement(const QString &bad, const QString &good)
Definition: kspell_hunspelldict.cpp:74
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
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:51 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:51 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.