mirror of
https://github.com/fralx/LimeReport.git
synced 2025-10-09 05:57:14 +03:00
Translation has been finished
This commit is contained in:
@@ -66,8 +66,12 @@ typedef QMap<QLocale::Language, ReportTranslation*> Translations;
|
||||
|
||||
class ITranslationContainer{
|
||||
public:
|
||||
virtual ~ITranslationContainer(){}
|
||||
virtual Translations* translations() = 0;
|
||||
virtual void updateTranslations() = 0;
|
||||
virtual bool addTranslationLanguage(QLocale::Language language) = 0;
|
||||
virtual bool removeTranslationLanguage(QLocale::Language language) = 0;
|
||||
virtual QList<QLocale::Language> aviableLanguages() = 0;
|
||||
};
|
||||
|
||||
} // namespace LimeReport
|
||||
|
Reference in New Issue
Block a user