Cppcheck
Public Attributes | List of all members
TranslationInfo Struct Reference

Information for one translation. More...

#include <translationhandler.h>

Public Attributes

QString mName
 Readable name for the translation (e.g. More...
 
QString mFilename
 Filename for the translation. More...
 
QString mCode
 ISO 639 language code for the translation (e.g. More...
 

Detailed Description

Information for one translation.

Definition at line 35 of file translationhandler.h.

Member Data Documentation

◆ mCode

QString TranslationInfo::mCode

ISO 639 language code for the translation (e.g.

"en").

Definition at line 52 of file translationhandler.h.

Referenced by TranslationHandler::addTranslation().

◆ mFilename

QString TranslationInfo::mFilename

Filename for the translation.

Definition at line 46 of file translationhandler.h.

Referenced by TranslationHandler::addTranslation().

◆ mName

QString TranslationInfo::mName

Readable name for the translation (e.g.

"English").

Definition at line 40 of file translationhandler.h.

Referenced by TranslationHandler::addTranslation().


The documentation for this struct was generated from the following file: