#include <QtCore/qglobal.h>
#ifndef QGLOBAL_H
#ifndef Q_REQUIRED_RESULT
#if defined(Q_CC_GNU) && !defined(Q_CC_INTEL) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 1))
#define Q_REQUIRED_RESULT __attribute__ ((warn_unused_result))

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