From a69ae19e8bd15c028ceeeb9525622d2826697763 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 13 Mar 2025 21:27:19 +0900 Subject: Remove 'grp' from TQChar since now surrogate pairs are correctly supported Signed-off-by: Michele Calgaro --- src/tools/tqstring.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/tools/tqstring.cpp') diff --git a/src/tools/tqstring.cpp b/src/tools/tqstring.cpp index ae95bcaf0..cec2ca61a 100644 --- a/src/tools/tqstring.cpp +++ b/src/tools/tqstring.cpp @@ -6421,11 +6421,6 @@ TQDataStream &operator<<( TQDataStream &s, const TQString &str ) TQDataStream &operator>>( TQDataStream &s, TQString &str ) { -#ifdef QT_QSTRING_UCS_4 -#if defined(Q_CC_GNU) -#warning "operator>> not working properly" -#endif -#endif if ( s.version() == 1 ) { TQCString l; s >> l; -- cgit v1.2.3