mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
kdecore: remove declaration of non-existing KLocale::setEncoding() method
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
6cb0ae1239
commit
0fa46d60db
1 changed files with 1 additions and 10 deletions
|
@ -213,15 +213,6 @@ public:
|
|||
void translateRaw(const char *ctxt, const char *singular, const char *plural,
|
||||
unsigned long n, QString *lang, QString *trans) const;
|
||||
|
||||
/**
|
||||
* Changes the current encoding.
|
||||
*
|
||||
* @param mibEnum The mib of the preferred codec
|
||||
*
|
||||
* @return True on success.
|
||||
*/
|
||||
bool setEncoding(int mibEnum);
|
||||
|
||||
/**
|
||||
* @since 4.3
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue