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)
    struct QString
    pragma(inline, true) static
    fromUtf8
    (
    ref const(QByteArray) ba
    )
  3. QString fromUtf8(const(char)* utf8, qsizetype size)

Meta