Compatibility Members for QConstString

以下成员源于类 QConstString are part of the Qt compatibility layer. We advise against using them in new code.

公共函数

QConstString (const QChar * unicode , int size )
const QString & string () const

成员函数文档编制

QConstString:: QConstString (const QChar * unicode , int size )

使用 QString ( unicode , size ) 或 QString::fromRawData ( unicode , size ) 代替。

const QString & QConstString:: string () const

返回 *this . Not necessary in Qt 4.