Remove unused define QT_NO_COP.
It used to relate to QCop and QWS, which are no more. Change-Id: Ie70c64a3a6ef60664009108b79eed7f33ea59f32 Reviewed-by: Jørgen Lind <jorgen.lind@nokia.com>bb10
parent
c470999329
commit
de5ebd342f
|
|
@ -489,10 +489,6 @@ Q_DECL_CONSTEXPR inline const T &qBound(const T &min, const T &val, const T &max
|
|||
|
||||
class QDataStream;
|
||||
|
||||
#if !defined(QT_NO_COP)
|
||||
# define QT_NO_COP
|
||||
#endif
|
||||
|
||||
#if defined(Q_OS_VXWORKS)
|
||||
# define QT_NO_CRASHHANDLER // no popen
|
||||
# define QT_NO_PROCESS // no exec*, no fork
|
||||
|
|
|
|||
Loading…
Reference in New Issue