From 0614be092185ccde33cd70fe6076f19970ebe571 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 27 Oct 2018 23:55:02 +0900 Subject: Removed obsolete CHECK_PTR and replaced CHECK_PTR/Q_CHECK_PTR with TQ_CHECK_PTR. Signed-off-by: Michele Calgaro --- src/tools/qglobal.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src') diff --git a/src/tools/qglobal.h b/src/tools/qglobal.h index 27f784e..fac387c 100644 --- a/src/tools/qglobal.h +++ b/src/tools/qglobal.h @@ -1007,12 +1007,6 @@ Q_EXPORT bool qt_check_pointer( bool c, const char *, int ); # define Q_CHECK_PTR(p) #endif -#if !defined(QT_NO_COMPAT) // compatibility with Qt 2 -# if !defined(CHECK_PTR) -# define CHECK_PTR(x) Q_CHECK_PTR(x) -# endif -#endif // QT_NO_COMPAT - enum QtMsgType { QtDebugMsg, QtWarningMsg, QtFatalMsg }; typedef void (*QtMsgHandler)(QtMsgType, const char *); -- cgit v1.2.3