#include <QtCore/qglobal.h>
#ifndef QGLOBAL_H
#if defined(__cplusplus)
#ifndef QT_NO_DEBUG
#define Q_CHECK_PTR(p) do {if(!(p))qt_check_pointer(__FILE__,__LINE__);} while (0)

#else
#endif
#endif /* __cplusplus */
#endif /* QGLOBAL_H */