#include <QtCore/qglobal.h>
#ifndef QGLOBAL_H
#if defined(__cplusplus)
#if defined(Q_CC_GNU) && !defined(Q_CC_INTEL)
template < typename T > class QForeachContainer{
   public: inline QForeachContainer(T const & t);
   public: T c;
   public: int brk;
   public: typename T::const_iterator i;
   public: typename T::const_iterator e;
};
#else
#endif
#endif /* __cplusplus */
#endif /* QGLOBAL_H */