We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
E.g. error texts and message bodies should be parsed and accessible in all provided languages.
class QXmppMultiString : public QMap<QLatin1String, QString> { void parse(QDomElement parent, QString elementName, QString xmlns = {}); void toXml(QXmlStreamWriter *writer, QString elementName, QString xmlns = {}); }
We don't need unicode for the locales, so QLatin1String would be enough here. On the other hand QLocale returns QStrings ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
E.g. error texts and message bodies should be parsed and accessible in all provided languages.
We don't need unicode for the locales, so QLatin1String would be enough here. On the other hand QLocale returns QStrings ...
The text was updated successfully, but these errors were encountered: