QString.fromLocal8Bit

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

Meta