diff options
author | Michele Calgaro <[email protected]> | 2023-07-09 23:09:59 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-09 23:09:59 +0900 |
commit | 83991febd2b98788a0a018e187de0dfb7d95b500 (patch) | |
tree | ec363502a3d11082cc54d17b7969f8ba605e1f01 /src/tools/qtextstream.cpp | |
parent | 48ea22d00b58a37508567756b2955582cd9efe5a (diff) | |
download | tqt3-83991febd2b98788a0a018e187de0dfb7d95b500.tar.gz tqt3-83991febd2b98788a0a018e187de0dfb7d95b500.zip |
Remove Qt4 related stuff
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/tools/qtextstream.cpp')
-rw-r--r-- | src/tools/qtextstream.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tools/qtextstream.cpp b/src/tools/qtextstream.cpp index 37937e6d0..85059dafc 100644 --- a/src/tools/qtextstream.cpp +++ b/src/tools/qtextstream.cpp @@ -384,12 +384,8 @@ bool TQStringBuffer::at( Offset pos ) #endif if ( pos >= s->length()*2 ) { #if defined(QT_CHECK_RANGE) -#if defined(QT_ABI_QT4) - tqWarning( "TQStringBuffer::at: Index %lld out of range", pos ); -#else tqWarning( "TQStringBuffer::at: Index %lu out of range", pos ); #endif -#endif return FALSE; } ioIndex = pos; |