diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-13 21:27:19 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-13 21:38:06 +0900 |
| commit | a69ae19e8bd15c028ceeeb9525622d2826697763 (patch) | |
| tree | 6a950ad85d7c60c27d401c79514cc3ce5639d062 /src/tools/tqstring.cpp | |
| parent | 3ad431df9af959fd9add5e4d16d3f4d46132cfb7 (diff) | |
| download | tqt-a69ae19e8bd15c028ceeeb9525622d2826697763.tar.gz tqt-a69ae19e8bd15c028ceeeb9525622d2826697763.zip | |
Remove 'grp' from TQChar since now surrogate pairs are correctly supported
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/tools/tqstring.cpp')
| -rw-r--r-- | src/tools/tqstring.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
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; |
