QString.fromUtf8

Undocumented in source. Be warned that the author may not have intended to support it.
  1. QString fromUtf8(QByteArrayView utf8)
  2. QString fromUtf8(const(QByteArray) ba)
  3. QString fromUtf8(const(char)* utf8, qsizetype size)
    struct QString
    pragma(inline, true) static
    fromUtf8
    (
    const(char)* utf8
    ,)

Meta