Removed unused code on QT_STRING_UCS4 macro
This isn't defined or used anywhere else. Change-Id: I9a75ad8521ae4e5cbbe5ffff13d2356883b82dbc Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com>
This commit is contained in:
parent
d9437af198
commit
9eb0b09abc
@ -8379,12 +8379,6 @@ QDataStream &operator<<(QDataStream &out, const QString &str)
|
||||
|
||||
QDataStream &operator>>(QDataStream &in, QString &str)
|
||||
{
|
||||
#ifdef QT_QSTRING_UCS_4
|
||||
#if defined(Q_CC_GNU)
|
||||
#warning "operator>> not working properly"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
if (in.version() == 1) {
|
||||
QByteArray l;
|
||||
in >> l;
|
||||
|
Loading…
Reference in New Issue
Block a user