Qt 4.8
|
The QConstString class is a wrapper for constant Unicode string data. More...
The QConstString class is a wrapper for constant Unicode string data.
In Qt 4, QConstString is replaced by QString::fromRawData(), a static function that constructs a QString object based on Unicode string data.
Because QString::fromRawData() has slightly more stringent constraints than QConstString had in Qt 3, the new QConstString class takes a deep copy of the string data.