#include <QtCore/qglobal.h>
#ifndef QGLOBAL_H
#if defined(__cplusplus)
#if defined(Q_CC_GNU) && !defined(Q_CC_INTEL)
#define Q_FOREACH(variable,container) for (QForeachContainer<__typeof__(container)> _container_(container); !_container_.brk && _container_.i != _container_.e; __extension__ ({ ++_container_.brk; ++_container_.i; })) for (variable = *_container_.i; __extension__ ({--_container_.brk; break;}))

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