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.