Cppcheck
|
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... | |
Information for one translation.
Definition at line 35 of file translationhandler.h.
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().
QString TranslationInfo::mFilename |
Filename for the translation.
Definition at line 46 of file translationhandler.h.
Referenced by TranslationHandler::addTranslation().
QString TranslationInfo::mName |
Readable name for the translation (e.g.
"English").
Definition at line 40 of file translationhandler.h.
Referenced by TranslationHandler::addTranslation().