Sonnet
kspell_hunspelldict.cpp
Go to the documentation of this file.
36 m_speller = new Hunspell(QString("/usr/share/myspell/%1.aff").arg(lang).toUtf8().constData(),dic.toUtf8().constData());
virtual bool isCorrect(const QString &word) const
Definition: kspell_hunspelldict.cpp:48
virtual QStringList suggest(const QString &word) const
Definition: kspell_hunspelldict.cpp:58
virtual bool storeReplacement(const QString &bad, const QString &good)
Definition: kspell_hunspelldict.cpp:74
virtual bool addToPersonal(const QString &word)
Definition: kspell_hunspelldict.cpp:83
virtual bool addToSession(const QString &word)
Definition: kspell_hunspelldict.cpp:91
static QDebug kDebug(bool cond, int area=KDE_DEFAULT_DEBUG_AREA)
kspell_aspellclient.h
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Feb 3 2022 00:00:00 by doxygen 1.9.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Feb 3 2022 00:00:00 by doxygen 1.9.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.