A parser for XDG .desktop files.
QHash< QString, LangValue_t > Group_t
Mapping from a field name to the list of language-dependent values of that field.
UTIL_XDG_API Result_t operator()(const QByteArray &data)
Parses the XDG data.
QHash< QString, QStringList > LangValue_t
Mapping from a language to the list of values for that language.
QHash< QString, Group_t > Result_t
Mapping from a group name to the group itself.
Container< T > Filter(const Container< T > &c, F f)