1 #ifndef MEDIA_LOCALEAWARESTRING_H 2 #define MEDIA_LOCALEAWARESTRING_H 21 const std::vector<std::string> &languages()
const;
22 std::vector<std::string> &languages();
23 const std::vector<std::string> &countries()
const;
24 std::vector<std::string> &countries();
27 std::vector<std::string> m_languages;
28 std::vector<std::string> m_countries;
85 #endif // MEDIA_LOCALEAWARESTRING_H
#define TAG_PARSER_EXPORT
Marks the symbol to be exported by the tagparser library.