From 83991febd2b98788a0a018e187de0dfb7d95b500 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 9 Jul 2023 23:09:59 +0900 Subject: Remove Qt4 related stuff Signed-off-by: Michele Calgaro --- src/tools/qiodevice.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/tools/qiodevice.cpp') diff --git a/src/tools/qiodevice.cpp b/src/tools/qiodevice.cpp index 4f89ddea1..cf069aa22 100644 --- a/src/tools/qiodevice.cpp +++ b/src/tools/qiodevice.cpp @@ -568,11 +568,7 @@ bool TQIODevice::at( Offset pos ) { #if defined(QT_CHECK_RANGE) if ( pos > size() ) { -#if defined(QT_ABI_QT4) - tqWarning( "TQIODevice::at: Index %lld out of range", pos ); -#else tqWarning( "TQIODevice::at: Index %lu out of range", pos ); -#endif return FALSE; } #endif -- cgit v1.2.1