Remove the definition of Locale::copyCatalogsTo.
I forgot to remove it in the previous commit
This commit is contained in:
parent
a58d172b2c
commit
94ca0b3a5d
@ -633,11 +633,6 @@ Locale::WeekNumberSystem Locale::weekNumberSystem() const
|
|||||||
return (Locale::WeekNumberSystem)m_locale->weekNumberSystem();
|
return (Locale::WeekNumberSystem)m_locale->weekNumberSystem();
|
||||||
}
|
}
|
||||||
|
|
||||||
void Locale::copyCatalogsTo(Locale *locale)
|
|
||||||
{//TODO find a better way to do the cast?
|
|
||||||
m_locale->copyCatalogsTo((KLocale *)locale);
|
|
||||||
}
|
|
||||||
|
|
||||||
QString Locale::localizedFilePath(const QString &filePath) const
|
QString Locale::localizedFilePath(const QString &filePath) const
|
||||||
{
|
{
|
||||||
return m_locale->localizedFilePath(filePath);
|
return m_locale->localizedFilePath(filePath);
|
||||||
|
Loading…
Reference in New Issue
Block a user