QString.fromLocal8Bit

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

Meta