QString.fromUtf8

Undocumented in source. Be warned that the author may not have intended to support it.
  1. QString fromUtf8(const(char)* str, int size)
    struct QString
    pragma(inline, true) static
    fromUtf8
    (
    const(char)* str
    ,
    int size = -1
    )
  2. QString fromUtf8(const(QByteArray) str)

Meta