macOS: Remove copy of QT_IGNORE_DEPRECATIONS
It lives in qcompilerdetection.h now. Change-Id: I7eb227b2a66997a7fd9e439a6dd21f398820f012 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
parent
c9d9ac5bb0
commit
3452874727
@ -73,14 +73,6 @@ Q_DECLARE_LOGGING_CATEGORY(lcQpaDrawing)
|
||||
Q_DECLARE_LOGGING_CATEGORY(lcQpaMouse)
|
||||
Q_DECLARE_LOGGING_CATEGORY(lcQpaScreen)
|
||||
|
||||
#ifndef QT_IGNORE_DEPRECATIONS
|
||||
#define QT_IGNORE_DEPRECATIONS(statement) \
|
||||
QT_WARNING_PUSH \
|
||||
QT_WARNING_DISABLE_DEPRECATED \
|
||||
statement \
|
||||
QT_WARNING_POP
|
||||
#endif
|
||||
|
||||
class QPixmap;
|
||||
class QString;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user