diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-09 23:09:59 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-09 23:09:59 +0900 |
commit | 83991febd2b98788a0a018e187de0dfb7d95b500 (patch) | |
tree | ec363502a3d11082cc54d17b7969f8ba605e1f01 /src/tools/qglobal.cpp | |
parent | 48ea22d00b58a37508567756b2955582cd9efe5a (diff) | |
download | tqt3-83991febd2b98788a0a018e187de0dfb7d95b500.tar.gz tqt3-83991febd2b98788a0a018e187de0dfb7d95b500.zip |
Remove Qt4 related stuff
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/tools/qglobal.cpp')
-rw-r--r-- | src/tools/qglobal.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/tools/qglobal.cpp b/src/tools/qglobal.cpp index ed8805291..8c8c82ac6 100644 --- a/src/tools/qglobal.cpp +++ b/src/tools/qglobal.cpp @@ -723,12 +723,6 @@ void tqSystemWarning( const char* msg, int code ) // // The TQ_CHECK_PTR macro calls this function to check if an allocation went ok. // -#if (TQT_VERSION-0 >= 0x040000) -#if defined(Q_CC_GNU) -#warning "Change TQ_CHECK_PTR to '{if ((p)==0) tqt_check_pointer(__FILE__,__LINE__);}'" -#warning "No need for tqt_check_pointer() to return a value - make it void!" -#endif -#endif bool tqt_check_pointer( bool c, const char *n, int l ) { if ( c ) |