as the documentation stated in QLatin1String, it is a wrapper class to fasten the construction rather than calling QString(),
in my project the QLatin1String is not sufficient since many characters are e.g. "ü", "ä", ...
that's why im searching for a class like QUtf8String which specifically for utf8 string. However, seems like qt didnt offer such a class.
any one knows some classes like that in QT? maybe in different fancy name that I couldnt notice... thank you.
Bookmarks